From 71ab29cd00ae8de43db4883fbef16f40cf71b273 Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:47:25 +0530 Subject: [PATCH] chore: remove test.coverage.include in vite.config.ts --- vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 64c1474..f3b27f2 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,7 +9,6 @@ export default defineConfig({ plugins: [react()], test: { coverage: { - include: ['./src/**/*.tsx'], provider: 'v8', reporter: ['json', 'json-summary'], reportOnFailure: true,