mirror of https://github.com/embarklabs/embark.git
Don't dump temporary file
This commit is contained in:
parent
951e31ae6d
commit
b1498164a1
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue