From 49a67a528be8fde253572a9f62f1f9eee7decbea Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Tue, 11 Oct 2022 11:56:47 -0400 Subject: [PATCH] cleanup(bundling): perform project cleanup after rollup e2e (#12523) --- e2e/rollup/src/rollup.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/rollup/src/rollup.test.ts b/e2e/rollup/src/rollup.test.ts index aab6c7cec9f06..d38bf383e1716 100644 --- a/e2e/rollup/src/rollup.test.ts +++ b/e2e/rollup/src/rollup.test.ts @@ -11,7 +11,7 @@ import { describe('Rollup Plugin', () => { beforeEach(() => newProject()); - // afterEach(() => cleanupProject()); + afterEach(() => cleanupProject()); it('should be able to setup project to build node programs with rollup and different compilers', async () => { const myPkg = uniq('my-pkg');