fix temp-fs/temp-fs-tests.ts

This commit is contained in:
vvakame
2016-02-23 11:01:48 +09:00
parent 756384cb7b
commit beebddbc03
+1 -1
View File
@@ -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();
});