Skip to content

Commit

Permalink
add coverage script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed Dec 18, 2016
1 parent ffaad0e commit 9032801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "vectorious.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"benchmark": "node ./benchmarks/vector.js && node ./benchmarks/matrix.js"
"benchmark": "node ./benchmarks/vector.js && node ./benchmarks/matrix.js",
"coverage": "istanbul cover _mocha -- -R spec"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9032801

Please sign in to comment.