Update vitest.config.mjs

This commit is contained in:
shamoon 2026-02-04 19:05:14 -08:00
parent fe8e6c6992
commit a20d38bd9c
No known key found for this signature in database

View File

@ -27,6 +27,7 @@ export default defineConfig({
coverage: {
provider: "v8",
all: true,
reporter: ["text", "lcov", "json-summary"],
include: ["src/**/*.{js,jsx,ts,tsx}"],
exclude: [
// Ignore build artifacts / generated reports