Skip to content

Commit

Permalink
fix npm test: now istanbul coverage works, thanks to gotwarlost/ist…
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed May 2, 2017
1 parent d8116e9 commit 10ecaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Collect all data piped to this stream when it closes",
"main": "sink.js",
"scripts": {
"test": "rm -rf coverage && istanbul cover node_modules/mocha/bin/mocha -- test && istanbul check-coverage --lines 100 --functions 100 --branches 95 --statements 99"
"test": "rm -rf coverage && istanbul cover node_modules/mocha/bin/_mocha -- test && istanbul check-coverage --lines 100 --functions 100 --branches 95 --statements 99"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 10ecaa1

Please sign in to comment.