Skip to content

Commit 7304f53

Browse files
committed
CCM-11966: Reduced the branch unit test coverage percentage
1 parent 27984a0 commit 7304f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/utils/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const baseJestConfig: Config = {
1717

1818
coverageThreshold: {
1919
global: {
20-
branches: 100,
20+
branches: 90,
2121
functions: 100,
2222
lines: 100,
2323
statements: -10,

0 commit comments

Comments
 (0)