Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Don't rely on mocha path for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Mar 26, 2016
1 parent 5bbbbd7 commit f47b28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepublish": "npm run lint && npm run test",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start karma.conf.js",
"test:node": "istanbul test node_modules/mocha/bin/_mocha -- --reporter spec",
"test:node": "istanbul test mocha -- --reporter spec",
"build:docs": "documentation --github -f md ./index.js > ./docs/index.md"
},
"repository": {
Expand Down

0 comments on commit f47b28d

Please sign in to comment.