Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
[TASK] fix coverage by running _mocha
Browse files Browse the repository at this point in the history
as suggested here gotwarlost/istanbul#44
  • Loading branch information
geertweening committed Oct 1, 2014
1 parent 8082cd1 commit 4866370
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 @@ -4,7 +4,7 @@
"description": "A RESTful API for submitting payments and monitoring accounts on the Ripple Network.",
"scripts": {
"postinstall": "./node_modules/.bin/grunt",
"test": "NODE_ENV=test ./node_modules/.bin/istanbul test ./node_modules/.bin/mocha -- --reporter spec --timeout 10000 --slow 500 test/*-test.js",
"test": "NODE_ENV=test ./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --reporter spec --timeout 10000 --slow 500 test/*-test.js",
"start": "node server.js",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
Expand Down

0 comments on commit 4866370

Please sign in to comment.