Skip to content

Commit

Permalink
Update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed May 28, 2014
1 parent 5b7dfa7 commit 55510aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Type validator for node.js and the browser through browserify",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"test": "./node_modules/mocha/bin/mocha --recursive -R spec",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
Expand Down

0 comments on commit 55510aa

Please sign in to comment.