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');