Revert "vitest: Add threshold on vitest to check locally"
This reverts commit e5509ba49b.
This commit is contained in:
@@ -25,12 +25,6 @@ export default defineConfig((configEnv) =>
|
||||
"src/utils/test-fixtures.ts",
|
||||
"playwright/**",
|
||||
],
|
||||
thresholds: {
|
||||
lines: 80,
|
||||
functions: 80,
|
||||
branches: 80,
|
||||
statements: 80,
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user