Skip to content

Commit

Permalink
fix tests failing on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
silkentrance committed Dec 8, 2017
1 parent 9a9598f commit 1198ad3
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 @@ -35,7 +35,7 @@
],
"scripts": {
"clean": "rm -Rf ./coverage",
"test": "istanbul cover _mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul check-coverage || true",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul check-coverage || true",
"doc": "jsdoc -c .jsdoc.json"
}
}

0 comments on commit 1198ad3

Please sign in to comment.