Skip to content

Commit

Permalink
Merge c821fab into 4813aec
Browse files Browse the repository at this point in the history
  • Loading branch information
caseywebdev committed Feb 15, 2018
2 parents 4813aec + c821fab commit d575e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ function runTests(baseopts) {
var unlinkSpy = sinon.spy(function unlinkSpy(){});
var addSpy = sinon.spy(function addSpy(){});
var testPath = getFixturePath('unlink.txt');
watcher = chokidar.watch(testPath, options)
watcher = chokidar.watch([testPath, testPath + '.does-not-exist'], options)
.on('unlink', unlinkSpy)
.on('add', addSpy)
.on('ready', function() {
Expand Down

0 comments on commit d575e5f

Please sign in to comment.