summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vite.config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/vite.config.js b/vite.config.js
index 4bd448f..fcf28aa 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -13,10 +13,10 @@ export default defineConfig({
restoreMocks: true,
coverage: {
thresholds: {
- statements: 49,
- branches: 60,
- functions: 14,
- lines: 49
+ statements: 12,
+ branches: 85,
+ functions: 75,
+ lines: 12
},
exclude: [
...configDefaults.exclude,