Setup grunt coverage task

This commit is contained in:
Spencer Alger
2013-12-18 13:28:42 -07:00
parent 96b44ebf8b
commit 3057c25c26
2 changed files with 8 additions and 1 deletions

6
grunt/config/open.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
html_unit_cov: {
path: 'coverage.html',
app: 'Google Chrome'
}
};

View File

@ -43,7 +43,8 @@
"grunt-contrib-compress": "~0.5.3", "grunt-contrib-compress": "~0.5.3",
"grunt-contrib-copy": "~0.4.1", "grunt-contrib-copy": "~0.4.1",
"grunt-prompt": "~0.1.2", "grunt-prompt": "~0.1.2",
"grunt-mocha-cov": "~0.1.1" "grunt-mocha-cov": "~0.1.1",
"grunt-open": "~0.2.2"
}, },
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {