We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e0062 commit c85c44dCopy full SHA for c85c44d
e2e/plugin-typescript-e2e/tests/collect.e2e.test.ts
@@ -11,7 +11,7 @@ import {
11
omitVariableReportData,
12
removeColorCodes,
13
} from '@code-pushup/test-utils';
14
-import { executeProcess, readJsonFile, readTextFile } from '@code-pushup/utils';
+import { executeProcess, readJsonFile } from '@code-pushup/utils';
15
16
describe('PLUGIN collect report with typescript-plugin NPM package', () => {
17
const envRoot = join(E2E_ENVIRONMENTS_DIR, nxTargetProject());
0 commit comments