Update spec name

This commit is contained in:
Ash Wilson
2017-08-01 11:22:03 -04:00
parent 3fab3fed36
commit 53ea430019

View File

@@ -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 () {