Skip to content

Commit a1b4f4e

Browse files
Update e2e/plugin-typescript-e2e/tests/collect.e2e.test.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 675e575 commit a1b4f4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { cp } from 'node:fs/promises';
2-
// eslint-disable-next-line unicorn/import-style
3-
import path, { join } from 'node:path';
2+
import path from 'node:path';
43
import { afterAll, beforeAll, expect } from 'vitest';
54
import { type Report, reportSchema } from '@code-pushup/models';
65
import { nxTargetProject } from '@code-pushup/test-nx-utils';

0 commit comments

Comments
 (0)