Don't cleanup temp between runs to prevent reused directory names

This commit is contained in:
Ash Wilson
2017-06-22 08:33:40 -04:00
parent 246e87b660
commit 53dcc00bfc

View File

@@ -25,7 +25,6 @@ describe('FileSystemManager', function () {
subs.dispose()
await stopAllWatchers(manager)
await temp.cleanup()
})
function waitForEvent (fn) {