Don't dump temporary file

This commit is contained in:
Andre Medeiros 2018-08-09 16:51:46 -04:00 committed by Iuri Matias
parent 951e31ae6d
commit b1498164a1
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ contract x {
var trace = JSON.parse(loadFixture('geth-debugtrace-output-h-5.json'));
var coverage = cs.generateCodeCoverage(trace);
dumpToFile(coverage, '/tmp/coverage.json');
// dumpToFile(coverage, '/tmp/coverage.json');
done();
});