Skip to content

Commit

Permalink
Get the tests to run by specifiying direct path to mocha executable
Browse files Browse the repository at this point in the history
(gotwarlost/istanbul#90). Put them back into npm
prepublish.
  • Loading branch information
tcoulter authored and fanatid committed Mar 1, 2016
1 parent 37110ee commit d4548ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"rebuild": "node-gyp rebuild",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start karma.conf.js",
"test:node": "istanbul test _mocha -- --reporter spec test/index.js"
"test:node": "istanbul test node_modules/mocha/bin/_mocha -- --reporter spec test/index.js"
},
"dependencies": {
"bindings": "^1.2.1",
Expand Down

0 comments on commit d4548ef

Please sign in to comment.