We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f804b commit f57d6feCopy full SHA for f57d6fe
tests/unit/vitest.config.ts
@@ -14,7 +14,7 @@ export default defineConfig({
14
exclude: ["src/api/lambda.ts", "src/api/sqs/handlers/templates/*.ts"],
15
thresholds: {
16
statements: 50,
17
- functions: 65,
+ functions: 60,
18
lines: 50,
19
},
20
0 commit comments