Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtPattyn committed Oct 1, 2015
1 parent dc0cae9 commit 2d1b9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"scripts": {
"test": "node_modules/mocha/bin/mocha --harmony --require test/support/env --bail --reporter spec --check-leaks test/",
"test-ci": "node --harmony node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha --report lcovonly -- --harmony --require test/support/env --reporter spec --check-leaks test/",
"test-cov": "node --harmony node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter spec --check-leaks test/",
"test-ci": "node --harmony node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha --report lcovonly -- --harmony --reporter spec --check-leaks test/",
"test-cov": "node --harmony node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --reporter spec --check-leaks test/",
"check-coverage": "istanbul check-coverage --statements 100 --lines 100 --functions 100 --branches 100",
"benchmark": "node --harmony benchmarks/benchmark",
"make-docs": "./node_modules/.bin/jsdoc -c jsdoc.conf",
Expand Down

0 comments on commit 2d1b9aa

Please sign in to comment.