Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 30, 2024
1 parent f76c354 commit 61abf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/create-cli-e2e/tests/init.e2e.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { dirname } from 'knip/dist/util/path';
import { dirname } from 'node:path';

Check warning on line 1 in e2e/create-cli-e2e/tests/init.e2e.test.ts

View workflow job for this annotation

GitHub Actions / Code PushUp

<✓> ESLint | Forbid repeated import of the same module in multiple places.

'node:path' imported multiple times.
import { join, relative } from 'node:path';

Check warning on line 2 in e2e/create-cli-e2e/tests/init.e2e.test.ts

View workflow job for this annotation

GitHub Actions / Code PushUp

<✓> ESLint | Disallow duplicate module imports

'node:path' import is duplicated.

Check warning on line 2 in e2e/create-cli-e2e/tests/init.e2e.test.ts

View workflow job for this annotation

GitHub Actions / Code PushUp

<✓> ESLint | Forbid repeated import of the same module in multiple places.

'node:path' imported multiple times.
import { afterEach, expect } from 'vitest';
import { teardownTestFolder } from '@code-pushup/test-setup';
Expand Down

0 comments on commit 61abf42

Please sign in to comment.