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 b7a42c7 commit 206340eCopy full SHA for 206340e
packages/plugin-doc-coverage/vite.config.integration.ts
@@ -24,6 +24,7 @@ export default defineConfig({
24
setupFiles: [
25
'../../testing/test-setup/src/lib/console.mock.ts',
26
'../../testing/test-setup/src/lib/reset.mocks.ts',
27
+ '../../testing/test-setup/src/lib/extend/path.matcher.ts',
28
],
29
},
30
});
packages/plugin-doc-coverage/vite.config.unit.ts
@@ -26,6 +26,7 @@ export default defineConfig({
'../../testing/test-setup/src/lib/fs.mock.ts',
31
32
0 commit comments