Skip to content

Commit

Permalink
Run code coverage in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 10, 2014
1 parent 57b019c commit 8b5d70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "node test.js",
"test": "node test.js && npm run coverage",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet"
},
Expand Down

0 comments on commit 8b5d70d

Please sign in to comment.