Comparing version 0.0.36 to 0.0.37
@@ -40,8 +40,5 @@ var sinon = require('sinon'); | ||
fs.writeFileSync(file + ext, | ||
regenerator.compile(injection + | ||
fs.readFileSync(file), | ||
{ | ||
includeRuntime: true | ||
} | ||
).code); | ||
injection + | ||
fs.readFileSync(file) | ||
); | ||
mocha.addFile(file + ext); | ||
@@ -48,0 +45,0 @@ |
{ | ||
"name": "affogato", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "Enable ES6 support for mocha tests under jsdom.", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
15532
44