From 7c16490e255ee7f9e270d4356583cd00948e9a93 Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 10 Oct 2018 21:44:05 -0400 Subject: [PATCH] Included unwatchFile in test index.js --- tests/index.js | 1 + 1 file changed, 1 insertion(+) 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');