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 675e575 commit a1b4f4eCopy full SHA for a1b4f4e
e2e/plugin-typescript-e2e/tests/collect.e2e.test.ts
@@ -1,6 +1,5 @@
1
import { cp } from 'node:fs/promises';
2
-// eslint-disable-next-line unicorn/import-style
3
-import path, { join } from 'node:path';
+import path from 'node:path';
4
import { afterAll, beforeAll, expect } from 'vitest';
5
import { type Report, reportSchema } from '@code-pushup/models';
6
import { nxTargetProject } from '@code-pushup/test-nx-utils';
0 commit comments