Skip to content

Commit

Permalink
[Tests] fix issue from 1544d84
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 3, 2018
1 parent be2ec76 commit 23d1d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
"lint": "eslint ./",
"pretest": "npm run lint",
"test": "npm run unit-test tests/**/*.js",
"test": "npm run unit-test 'tests/**/*.js'",
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha -- --reporter dot"
},
"files": [
Expand Down

0 comments on commit 23d1d7b

Please sign in to comment.