Skip to content

Commit c110d5c

Browse files
committed
Adjust test script
1 parent 25b3662 commit c110d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint ./",
1010
"pretest": "npm run lint",
1111
"test": "npm run unit-test",
12-
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js"
12+
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js"
1313
},
1414
"files": [
1515
"LICENSE",

0 commit comments

Comments
 (0)