🔥 console.log

This commit is contained in:
Ash Wilson
2017-06-21 11:09:01 -04:00
parent 0325a77d59
commit f3a4c74158

View File

@@ -98,7 +98,6 @@ describe('FileSystemManager', function () {
const firstRootChange = waitForChanges(rootWatcher, subFile)
const firstChildChange = waitForChanges(childWatcher, subFile)
console.log(`changing ${subFile}`)
await fs.appendFile(subFile, 'changes\n', {encoding: 'utf8'})
const firstPayloads = await Promise.all([firstRootChange, firstChildChange])