Skip to content

Commit

Permalink
[Tests] fixing test script one final time
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 3, 2018
1 parent 8ecc53f commit d225a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,8 +8,8 @@
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
"lint": "eslint ./",
"pretest": "npm run lint",
"test": "npm run unit-test 'tests/**/*.js'",
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha"
"test": "npm run unit-test",
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit d225a11

Please sign in to comment.