Skip to content

Commit f50df71

Browse files
authored
Update jest.config.js
1 parent a410293 commit f50df71

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

jest.config.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@ module.exports = {
1313
],
1414
coverageReporters: ['text', 'lcov', 'json', 'html'],
1515
coverageDirectory: "coverage",
16-
17-
coverageThreshold: {
18-
global: {
19-
branches: 80,
20-
functions: 85,
21-
lines: 90,
22-
statements: 90,
23-
},
24-
},
25-
16+
2617
testPathIgnorePatterns: [
2718
"/node_modules/",
2819
"/playwright_e2e/"

0 commit comments

Comments
 (0)