Skip to content

Commit b798b91

Browse files
committed
chore: vite config tresholds
1 parent 6f6d322 commit b798b91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vitest.config.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ export default defineConfig({
4848
"src/types/**/*.{ts,tsx}",
4949
],
5050
thresholds: {
51-
branches: 60,
52-
functions: 60,
53-
lines: 60,
54-
statements: 60,
51+
branches: 50,
52+
functions: 70,
53+
lines: 70,
54+
statements: 70,
5555
},
5656
enabled: false,
5757
provider: "istanbul",

0 commit comments

Comments
 (0)