Skip to content

Commit

Permalink
Adjust test script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzherdev committed Sep 13, 2018
1 parent 25b3662 commit 9b27370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint ./",
"pretest": "npm run lint",
"test": "npm run unit-test",
"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"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 9b27370

Please sign in to comment.