cleanup(bundling): perform project cleanup after rollup e2e (#12523)
This commit is contained in:
parent
8c393b5660
commit
49a67a528b
@ -11,7 +11,7 @@ import {
|
|||||||
|
|
||||||
describe('Rollup Plugin', () => {
|
describe('Rollup Plugin', () => {
|
||||||
beforeEach(() => newProject());
|
beforeEach(() => newProject());
|
||||||
// afterEach(() => cleanupProject());
|
afterEach(() => cleanupProject());
|
||||||
|
|
||||||
it('should be able to setup project to build node programs with rollup and different compilers', async () => {
|
it('should be able to setup project to build node programs with rollup and different compilers', async () => {
|
||||||
const myPkg = uniq('my-pkg');
|
const myPkg = uniq('my-pkg');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user