chore: reenable test cleanup
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user