Skip to content

Commit 7880915

Browse files
committed
chore: increase test coverage
1 parent 510c6ea commit 7880915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const config: InitialOptionsTsJest = {
77
global: {
88
lines: 100,
99
functions: 100,
10-
branches: 90,
11-
statements: 99,
10+
branches: 93.44,
11+
statements: 99.39,
1212
},
1313
},
1414
testEnvironment: 'node',

0 commit comments

Comments
 (0)