Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
can’t reproduce the issue anymore
  • Loading branch information
es128 committed Mar 3, 2015
1 parent afdce4f commit b8ef7d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,6 @@ function runTests(options) {
})();
});
it('should watch symlinks as files when followSymlinks:false', function(done) {
// TODO: figure out why fsevents watcher.close() hangs after this test
if (options.useFsEvents) return done();
var spy = sinon.spy();
options.followSymlinks = false;
watcher = chokidar.watch(linkedDir, options)
Expand Down

0 comments on commit b8ef7d5

Please sign in to comment.