Changed coverage command so that it would automatically open up the html

file on finish. Closes #174
This commit is contained in:
Blade Barringer 2014-12-30 06:56:51 -06:00
parent 486bd72fb0
commit 2b7a22b2d2

View file

@ -23,6 +23,6 @@
},
"scripts": {
"test": "mocha",
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html"
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
}
}