chore: reenable test cleanup

This commit is contained in:
Waldemar Reusch 2023-04-06 22:06:42 +02:00
parent b325b3537f
commit 466c2d3eb4

View File

@ -66,9 +66,9 @@ describe("jar", () => {
const tmpDirs: string[] = []; const tmpDirs: string[] = [];
// afterAll(async () => { afterAll(async () => {
// await Promise.all(tmpDirs.map(dir => rm(dir, { force: true, recursive: true }))); await Promise.all(tmpDirs.map(dir => rm(dir, { force: true, recursive: true })));
// }); });
it("creates jar artifacts without error", async () => { it("creates jar artifacts without error", async () => {
async function* mockFiles(): ZipEntryGenerator { async function* mockFiles(): ZipEntryGenerator {