Skip to content

Commit 4e344c6

Browse files
committed
refactor: fix int-test
1 parent d1d053c commit 4e344c6

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

packages/plugin-knip/src/lib/constants.integration.test.ts renamed to packages/plugin-knip/src/lib/constants.int.test.ts

File renamed without changes.

packages/plugin-knip/src/lib/reporter/reporter.integration.test.ts renamed to packages/plugin-knip/src/lib/reporter/reporter.int.test.ts

File renamed without changes.

testing/test-setup-config/src/lib/vitest-setup-files.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const UNIT_TEST_SETUP_FILES = [
3838
const INT_TEST_SETUP_FILES = [
3939
'../../testing/test-setup/src/lib/reset.mocks.ts',
4040
'../../testing/test-setup/src/lib/logger.mock.ts',
41-
'../../testing/test-setup/src/lib/chrome-path.mock.ts',
4241
...CUSTOM_MATCHERS,
4342
] as const;
4443

0 commit comments

Comments
 (0)