1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00
This commit is contained in:
Divy Srivastava 2024-12-16 21:18:32 +05:30
parent 83c6bfde85
commit f9654b35d6

View file

@ -49,7 +49,6 @@ Deno.test(
}); });
db.close(); db.close();
Deno.removeSync(tempDir, { recursive: true });
}, },
); );