diff --git a/spec/path-watcher-spec.js b/spec/path-watcher-spec.js index 2530e1561..74d7980aa 100644 --- a/spec/path-watcher-spec.js +++ b/spec/path-watcher-spec.js @@ -13,7 +13,7 @@ tempCb.track() const fs = promisifySome(fsCb, ['writeFile', 'mkdir', 'symlink', 'appendFile', 'realpath']) const temp = promisifySome(tempCb, ['mkdir']) -describe('PathWatcher', function () { +describe('watchPath', function () { let subs beforeEach(function () {