diff --git a/src/infra/outbound/outbound.test.ts b/src/infra/outbound/outbound.test.ts index 7c2de017bc2..d950c030743 100644 --- a/src/infra/outbound/outbound.test.ts +++ b/src/infra/outbound/outbound.test.ts @@ -53,10 +53,6 @@ describe("delivery-queue", () => { fs.mkdirSync(tmpDir, { recursive: true }); }); - afterEach(() => { - fs.rmSync(tmpDir, { recursive: true, force: true }); - }); - afterAll(() => { if (!fixtureRoot) { return;