Skip to content

Commit

Permalink
Merge pull request #114 from Cellule/windows_tests
Browse files Browse the repository at this point in the history
Fix test command for Windows
  • Loading branch information
yannickcr committed Jun 17, 2015
2 parents cde6d76 + 35bdea1 commit 9d4bc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "npm run lint && npm run unit-test",
"lint": "eslint ./",
"unit-test": "istanbul cover --dir reports/coverage _mocha tests/**/*.js -- --reporter dot",
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot",
"coveralls": "cat ./reports/coverage/lcov.info | coveralls"
},
"files": [
Expand Down

0 comments on commit 9d4bc51

Please sign in to comment.