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.
unit-test
1 parent 809a25d commit 1544d84Copy full SHA for 1544d84
package.json
@@ -8,8 +8,8 @@
8
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
9
"lint": "eslint ./",
10
"pretest": "npm run lint",
11
- "test": "npm run unit-test",
12
- "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
+ "test": "npm run unit-test tests/**/*.js",
+ "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha -- --reporter dot"
13
},
14
"files": [
15
"LICENSE",
0 commit comments