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'
}
};