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 ae2a7d0 commit 8d628e8Copy full SHA for 8d628e8
package.json
@@ -31,7 +31,7 @@
31
"scripts": {
32
"lint": "eslint --ext=js,mjs .",
33
"pretest": "npm run lint",
34
- "tests-only": "nyc --exclude=bench --exclude=coverage --exclude=test tape test/index.js",
+ "tests-only": "nyc tape test/index.js",
35
"test": "npm run tests-only && npm run bundle-test",
36
"posttest": "npx npm@\">= 10.2\" audit --production",
37
"bundle-test": "browserify test/index.js > test/bundle.js",
@@ -56,11 +56,5 @@
56
},
57
"engines": {
58
"node": ">=0.12"
59
- },
60
- "nyc": {
61
- "exclude": [
62
- "lib/async.js",
63
- "test/bundle.js"
64
- ]
65
}
66
0 commit comments