From 8978290b0aa68e8ae959409fae0e0e0160361315 Mon Sep 17 00:00:00 2001 From: Elan Shanker Date: Tue, 3 Mar 2015 16:42:08 -0500 Subject: [PATCH] Timed delay for all modes here observed false negatives on fsevents mode probably caused by not enough delay after prior test --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index caa2c5d3..4cc0e30a 100644 --- a/test.js +++ b/test.js @@ -742,7 +742,7 @@ function runTests(options) { }); it('should ignore add events on a subsequent .add()', function(done) { var spy = sinon.spy(); - d(function() { + dd(function() { watcher = chokidar.watch(getFixturePath('subdir'), options) .on('add', spy) .on('ready', function() {