Skip to content

Commit

Permalink
Revert "[Tests] fix unit-test script"
Browse files Browse the repository at this point in the history
This reverts commit 1544d84.
  • Loading branch information
ljharb committed Jul 3, 2018
1 parent 03dcaff commit f06362b
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 -- --reporter dot"
"test": "npm run unit-test",
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit f06362b

Please sign in to comment.