diff --git a/vite.config.unit.mjs b/vite.config.unit.mjs index 91e03ab..c198ded 100644 --- a/vite.config.unit.mjs +++ b/vite.config.unit.mjs @@ -18,7 +18,7 @@ export default defineConfig({ provider: "v8", reporter: ["clover", "lcov", "html", "json"], include: ["src/**", "lib/components/**"], - exclude: ["**/debug-tools/**", "**/__tests__/**", "**/*.d.ts"], + exclude: ["**/debug-tools/**", "**/__tests__/**", "**/*.d.ts", "test-utils/selectors"], }, }, });