Skip to content

Commit

Permalink
cleanup(bundling): perform project cleanup after rollup e2e (#12523)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Oct 11, 2022
1 parent 8c393b5 commit 49a67a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/rollup/src/rollup.test.ts
Expand Up @@ -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');
Expand Down

0 comments on commit 49a67a5

Please sign in to comment.