Skip to content

Commit

Permalink
bug fix for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 6, 2016
1 parent ab5c1cd commit 19cce08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/WatchDetection.test.js
Expand Up @@ -38,6 +38,7 @@ describe("WatchDetection", function() {
try {
fs.rmdirSync(fixturePath);
} catch(e) {}
done();
}, 100); // cool down a bit
});
it("should build the bundle correctly", function(done) {
Expand Down

0 comments on commit 19cce08

Please sign in to comment.