We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09f3b6 commit 87f4236Copy full SHA for 87f4236
package.json
@@ -9,7 +9,7 @@
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"
+ "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js"
13
},
14
"files": [
15
"LICENSE",
0 commit comments