diff --git a/temp-fs/temp-fs-tests.ts b/temp-fs/temp-fs-tests.ts index aee6e54d5..9d01e31f3 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(); });