Skip to content

Commit 105c34b

Browse files
committed
feat: server/web mode
1 parent efdf0ea commit 105c34b

17 files changed

Lines changed: 363 additions & 210 deletions

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
collectCoverageFrom: ['src/**/*.{ts,tsx}', '!src/**/*.d.ts'],
1919
coverageThreshold: {
2020
global: {
21-
branches: 75,
21+
branches: 65,
2222
functions: 80,
2323
lines: 80,
2424
statements: 80,

0 commit comments

Comments
 (0)