cleanup(bundling): perform project cleanup after rollup e2e (#12523)

This commit is contained in:
Jack Hsu 2022-10-11 11:56:47 -04:00 committed by GitHub
parent 8c393b5660
commit 49a67a528b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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