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 1e44217 commit 2fe519aCopy full SHA for 2fe519a
testing/test-setup-config/src/lib/vitest-setup-files.ts
@@ -25,8 +25,6 @@ const UNIT_TEST_SETUP_FILES = [
25
'../../testing/test-setup/src/lib/logger.mock.ts',
26
'../../testing/test-setup/src/lib/git.mock.ts',
27
'../../testing/test-setup/src/lib/portal-client.mock.ts',
28
- '../../testing/test-setup/src/lib/process.setup-file.ts',
29
- '../../testing/test-setup/src/lib/clock.setup-file.ts',
30
...CUSTOM_MATCHERS,
31
] as const;
32
0 commit comments