Skip to content

Commit

Permalink
Fix npm test on windows
Browse files Browse the repository at this point in the history
workaround for istanbul bug
  • Loading branch information
es128 committed Jan 22, 2015
1 parent ecace6c commit 48387fb
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 @@ -27,7 +27,7 @@
}
],
"scripts": {
"test": "istanbul test _mocha",
"test": "istanbul test node_modules/.bin/_mocha",
"ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
},
"main": "lib",
Expand Down

0 comments on commit 48387fb

Please sign in to comment.