Skip to content

Commit deaa0a2

Browse files
AKritskiyAKritskiy
authored andcommitted
tests
1 parent b7b4d25 commit deaa0a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/main-library/jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ module.exports = {
55
// collectCoverageFrom: ["src/**/*.{ts,tsx}"],
66
coverageThreshold: {
77
global: {
8-
lines: 60,
9-
branches: 60,
10-
functions: 60,
11-
statements: 60,
8+
lines: 50,
9+
branches: 50,
10+
functions: 50,
11+
statements: 50,
1212
},
1313
},
1414
setupFilesAfterEnv: ["@testing-library/jest-dom"],

0 commit comments

Comments
 (0)