We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4813aec commit c821fabCopy full SHA for c821fab
1 file changed
test.js
@@ -428,7 +428,7 @@ function runTests(baseopts) {
428
var unlinkSpy = sinon.spy(function unlinkSpy(){});
429
var addSpy = sinon.spy(function addSpy(){});
430
var testPath = getFixturePath('unlink.txt');
431
- watcher = chokidar.watch(testPath, options)
+ watcher = chokidar.watch([testPath, testPath + '.does-not-exist'], options)
432
.on('unlink', unlinkSpy)
433
.on('add', addSpy)
434
.on('ready', function() {
0 commit comments