Setup grunt coverage task
This commit is contained in:
6
grunt/config/open.js
Normal file
6
grunt/config/open.js
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
module.exports = {
|
||||||
|
html_unit_cov: {
|
||||||
|
path: 'coverage.html',
|
||||||
|
app: 'Google Chrome'
|
||||||
|
}
|
||||||
|
};
|
||||||
@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user