Skip to content

Commit 9eeca80

Browse files
committed
chore: wip
1 parent f987e8a commit 9eeca80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import {
1414
E2E_ENVIRONMENTS_DIR,
1515
TEST_OUTPUT_DIR,
1616
removeColorCodes,
17+
teardownTestFolder,
1718
} from '@code-pushup/test-utils';
1819
import { executeProcess, readTextFile } from '@code-pushup/utils';
1920
import { INLINE_PLUGIN } from './inline-plugin.js';
@@ -34,7 +35,7 @@ describe('nx-plugin', () => {
3435
});
3536

3637
afterEach(async () => {
37-
// await teardownTestFolder(testFileDir);
38+
await teardownTestFolder(testFileDir);
3839
});
3940

4041
it('should add configuration target dynamically', async () => {

0 commit comments

Comments
 (0)