Skip to content

Commit 80b667f

Browse files
committed
fix test
1 parent 1726325 commit 80b667f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/HotModuleReplacementPlugin.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ describe("HotModuleReplacementPlugin", function() {
88
it("should not have circular hashes but equal if unmodified", function(done) {
99
var entryFile = path.join(__dirname, "js", "entry.js");
1010
var recordsFile = path.join(__dirname, "js", "records.json");
11+
try { fs.mkdirSync(path.join(__dirname, "js")); } catch(e) {}
1112
try { fs.unlinkFileSync(recordsFile); } catch(e) {}
1213
var compiler = webpack({
1314
entry: entryFile,

0 commit comments

Comments
 (0)