We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b4874 commit 01fed64Copy full SHA for 01fed64
.gitignore
@@ -13,3 +13,4 @@ tmp/**/*
13
.idea
14
.idea/**/*
15
coverage
16
+.tap/
package.json
@@ -32,7 +32,7 @@
32
"scripts": {
33
"prepublishOnly": "npm run build",
34
"build": "rollup -c",
35
- "test": "tap test/*.js",
+ "test": "tap --disable-coverage --allow-empty-coverage test/*.js",
36
"lint": "eslint . --ignore-pattern '/dist/'",
37
"lint:fix": "eslint --fix . --ignore-pattern '/dist/'"
38
},
@@ -52,6 +52,6 @@
52
"eslint-plugin-prettier": "4.2.1",
53
"prettier": "2.8.8",
54
"rollup": "4.14.3",
55
- "tap": "15.2.3"
+ "tap": "18.7.2"
56
}
57
0 commit comments