Skip to content

Commit cc308d3

Browse files
author
John Doe
committed
refactor: fix file names
1 parent b7bad50 commit cc308d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/plugin-coverage-e2e/tests/collect.e2e.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ import { type Report, reportSchema } from '@code-pushup/models';
66
import { nxTargetProject } from '@code-pushup/test-nx-utils';
77
import {
88
E2E_ENVIRONMENTS_DIR,
9+
NX_IGNORED_FILES_TO_RESTORE,
910
TEST_OUTPUT_DIR,
1011
initGitRepo,
1112
omitVariableReportData,
13+
restoreRenamedFiles,
1214
teardownTestFolder,
1315
} from '@code-pushup/test-utils';
1416
import { executeProcess, readJsonFile } from '@code-pushup/utils';
@@ -24,6 +26,7 @@ describe('PLUGIN collect report with coverage-plugin NPM package', () => {
2426

2527
beforeAll(async () => {
2628
await cp(fixtureDir, testFileDir, { recursive: true });
29+
await restoreRenamedFiles(testFileDir, NX_IGNORED_FILES_TO_RESTORE);
2730
await initGitRepo(simpleGit, { baseDir: basicDir });
2831
await initGitRepo(simpleGit, { baseDir: existingDir });
2932
});

0 commit comments

Comments
 (0)