Skip to content

Commit 4446327

Browse files
committedApr 9, 2018
test: use nyc through tap
1 parent 109ff93 commit 4446327

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"postrelease": "npm publish && git push --follow-tags",
1919
"pretest": "standard",
2020
"release": "standard-version -s",
21-
"test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true nyc --all -- tap -J test/*.js",
21+
"test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
2222
"test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
2323
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
2424
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
@@ -76,7 +76,6 @@
7676
"benchmark": "^2.1.4",
7777
"chalk": "^2.3.2",
7878
"cross-env": "^5.1.4",
79-
"nyc": "^11.6.0",
8079
"require-inject": "^1.4.2",
8180
"safe-buffer": "^5.1.1",
8281
"standard": "^11.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.