Skip to content

Commit

Permalink
Remove var override
Browse files Browse the repository at this point in the history
This has been preventing the watcher instances used in these tests from
being closed properly
  • Loading branch information
es128 committed Jul 29, 2015
1 parent dd1cdaa commit 90f23cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.js
Expand Up @@ -1218,7 +1218,6 @@ function runTests(options) {
});
});
describe('unwatch', function() {
var watcher;
beforeEach(function(done) {
clean(function() {
try { fs.mkdirSync(getFixturePath('subdir'), 0x1ed); } catch(err) {}
Expand Down

0 comments on commit 90f23cf

Please sign in to comment.