Skip to content

Commit

Permalink
package: cleanup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Sep 8, 2014
1 parent 4c6a742 commit 4a220c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"index.js"
],
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks --require should test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"
"test": "mocha --reporter spec --bail --check-leaks",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks"
}
}

0 comments on commit 4a220c6

Please sign in to comment.