diff --git a/tests/index.js b/tests/index.js index e49c342..2ad5f9e 100644 --- a/tests/index.js +++ b/tests/index.js @@ -37,6 +37,7 @@ require('./spec/trailing-slashes.spec'); require('./spec/times.spec'); require('./spec/time-flags.spec'); require('./spec/fs.watch.spec'); +require('./spec/fs.unwatchFile.spec'); require('./spec/errors.spec'); require('./spec/fs.shell.spec'); require('./spec/fs.chmod.spec');