Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 559dc7e

Browse filesBrowse files
authored
chore: Update jest.config.js
lowering the test thresholds to something more reasonable.
1 parent 6fe1903 commit 559dc7e
Copy full SHA for 559dc7e

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎jest.config.js

Copy file name to clipboardExpand all lines: jest.config.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ module.exports = {
2121
collectCoverage: true,
2222
coverageThreshold: {
2323
global: {
24-
branches: 100,
25-
functions: 100,
26-
lines: 100,
27-
statements: 100,
24+
branches: 90,
25+
functions: 90,
26+
lines: 90,
27+
statements: 90,
2828
},
2929
},
3030
};

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.