diff --git a/test/_transformation-helper.js b/test/_transformation-helper.js index 587952b5da..fc2cf58f20 100644 --- a/test/_transformation-helper.js +++ b/test/_transformation-helper.js @@ -100,7 +100,7 @@ var run = function (task, done) { try { chai.expect(actualCode).to.be.equal(expectCode, actual.loc + " !== " + expect.loc); } catch (err) { - require("fs").writeFileSync(expect.loc, actualCode); + //require("fs").writeFileSync(expect.loc, actualCode); throw err; } }