Stubbed out the calls to fs.writeFile() using sinon module
Showing
| ... | @@ -42,13 +42,14 @@ | ... | @@ -42,13 +42,14 @@ |
| "optimist": "0.6.x", | "optimist": "0.6.x", | ||
| "node-watch": "0.3.x", | "node-watch": "0.3.x", | ||
| "chalk": "~0.4.0", | "chalk": "~0.4.0", | ||
| "nan": "~0.8.0" | "nan": "~0.8.0", | ||
| "mocha": "1.18.x" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "mocha": "1.18.x", | |||
| "jshint": "~2.4.4", | "jshint": "~2.4.4", | ||
| "coveralls": "~2.10.0", | "coveralls": "~2.10.0", | ||
| "mocha-lcov-reporter": "0.0.1", | "mocha-lcov-reporter": "0.0.1", | ||
| "jscoverage": "~0.3.8" | "jscoverage": "~0.3.8", | ||
| "sinon": "^1.9.1" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment