Skip to content

Commit f57d6fe

Browse files
committed
reduce test threshold
1 parent a3f804b commit f57d6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
exclude: ["src/api/lambda.ts", "src/api/sqs/handlers/templates/*.ts"],
1515
thresholds: {
1616
statements: 50,
17-
functions: 65,
17+
functions: 60,
1818
lines: 50,
1919
},
2020
},

0 commit comments

Comments
 (0)