Commit 8a2e8355 by Kevin Martensson

Remove file when test ends

parent b1dfa616
......@@ -175,6 +175,7 @@ describe('api', function() {
outFile: dest,
success: function() {
assert.equal(read(dest, 'utf8').trim(), expected);
fs.unlinkSync(dest);
done();
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment