Skip to content

Commit e129485

Browse files
committed
Changed: reduced branch global test coverage
1 parent edd61fe commit e129485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config: Config = {
1212
testTimeout: 25000,
1313
coverageThreshold: {
1414
global: {
15-
branches: 95,
15+
branches: 90,
1616
functions: 95,
1717
lines: 95,
1818
statements: 95

0 commit comments

Comments
 (0)