Skip to content

Commit 8d628e8

Browse files
committed
[Tests] use .nycrc
1 parent ae2a7d0 commit 8d628e8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"lint": "eslint --ext=js,mjs .",
3333
"pretest": "npm run lint",
34-
"tests-only": "nyc --exclude=bench --exclude=coverage --exclude=test tape test/index.js",
34+
"tests-only": "nyc tape test/index.js",
3535
"test": "npm run tests-only && npm run bundle-test",
3636
"posttest": "npx npm@\">= 10.2\" audit --production",
3737
"bundle-test": "browserify test/index.js > test/bundle.js",
@@ -56,11 +56,5 @@
5656
},
5757
"engines": {
5858
"node": ">=0.12"
59-
},
60-
"nyc": {
61-
"exclude": [
62-
"lib/async.js",
63-
"test/bundle.js"
64-
]
6559
}
6660
}

0 commit comments

Comments
 (0)