diff --git a/temp-fs/temp-fs-tests.ts b/temp-fs/temp-fs-tests.ts index 9d01e31f37..aee6e54d5e 100644 --- a/temp-fs/temp-fs-tests.ts +++ b/temp-fs/temp-fs-tests.ts @@ -26,6 +26,6 @@ tempfs.mkdir({ if (err) { throw err; } console.log(dir.path, dir.recursive); - throw new Error('Since it is tracked, tempfs will remove it for you.'); + // throw new Error('Since it is tracked, tempfs will remove it for you.'); dir.unlink(); });