We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cde6d76 + 35bdea1 commit 9d4bc51Copy full SHA for 9d4bc51
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"test": "npm run lint && npm run unit-test",
9
"lint": "eslint ./",
10
- "unit-test": "istanbul cover --dir reports/coverage _mocha tests/**/*.js -- --reporter dot",
+ "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot",
11
"coveralls": "cat ./reports/coverage/lcov.info | coveralls"
12
},
13
"files": [
0 commit comments