Skip to content

Commit

Permalink
add test-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Sep 29, 2014
1 parent ae5b8db commit f7b3b30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"test": "tests"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"test-cov": "jscoverage lib lib-cov; MS_COV=1 ./node_modules/.bin/mocha -R html-cov > coverage.html",
"browser": "serve test"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,6 +38,7 @@
"jscoverage": "^0.5.6",
"mocha": "^1.21.4",
"mocha-lcov-reporter": "0.0.1",
"serve": "^1.4.0",
"should": "^4.0.4"
}
}

0 comments on commit f7b3b30

Please sign in to comment.