add grunt coverage
add some tests
Showing
Gruntfile.js
0 → 100644
... | @@ -19,8 +19,12 @@ | ... | @@ -19,8 +19,12 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"expect.js": "*", | "expect.js": "*", | ||
"grunt": "^0.4.5", | |||
"grunt-mocha-istanbul": "^2.2.0", | |||
"istanbul": "^0.3.5", | |||
"memorystream": "^0.3.0", | "memorystream": "^0.3.0", | ||
"memstream": "*", | "memstream": "*", | ||
"mocha": "*" | "mocha": "*", | ||
"mocha-istanbul": "^0.2.0" | |||
} | } | ||
} | } |
Please register or sign in to comment