Skip to content

Commit d96d239

Browse files
committed
chore: uncomment code
1 parent 38efd10 commit d96d239

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

e2e/nx-plugin-e2e/tests/plugin-derive-config.e2e.test.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ import {
1111
nxTargetProject,
1212
registerPluginInWorkspace,
1313
} from '@code-pushup/test-nx-utils';
14-
import { E2E_ENVIRONMENTS_DIR, TEST_OUTPUT_DIR } from '@code-pushup/test-utils';
14+
import {
15+
E2E_ENVIRONMENTS_DIR,
16+
TEST_OUTPUT_DIR,
17+
teardownTestFolder,
18+
} from '@code-pushup/test-utils';
1519

1620
describe('nx-plugin-derived-config', () => {
1721
let root: string;
@@ -33,7 +37,7 @@ describe('nx-plugin-derived-config', () => {
3337
});
3438

3539
afterEach(async () => {
36-
// await teardownTestFolder(testFileDir);
40+
await teardownTestFolder(testFileDir);
3741
});
3842

3943
it('should derive config from project.json', async () => {

0 commit comments

Comments
 (0)