Skip to content

Commit 2a33d4c

Browse files
committed
feat(jest-update): Fixed the thresholds
1 parent 83bf3df commit 2a33d4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ module.exports = {
4040
extensionsToTreatAsEsm: ['.ts'],
4141
coverageThreshold: {
4242
global: {
43-
branches: 11.2,
44-
functions: 11.34,
45-
lines: 36.73,
46-
statements: 37.33,
43+
branches: 13.84,
44+
functions: 14.33,
45+
lines: 40.35,
46+
statements: 40.9,
4747
},
4848
},
4949
testPathIgnorePatterns: [

0 commit comments

Comments
 (0)