Skip to content

Commit f841a0e

Browse files
committed
Increase coverage thresholds
1 parent f3aafea commit f841a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ module.exports = {
1616
coverageThreshold: {
1717
global: {
1818
branches: 90,
19-
functions: 89,
20-
lines: 89,
21-
statements: 89
19+
functions: 100,
20+
lines: 96,
21+
statements: 96
2222
}
2323
}
2424
};

0 commit comments

Comments
 (0)