diff --git a/vite.config.ts b/vite.config.ts index 0c3aebd..45e72dd 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -42,6 +42,7 @@ export default defineConfig((_) => { coverage: { provider: "v8", include: ["src/**"], + exclude: ["**/*.mother.ts"], }, pool: "vmThreads", globals: true,