We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382d689 commit 239d3acCopy full SHA for 239d3ac
1 file changed
jest.config.js
@@ -45,10 +45,10 @@ const baseConfig = {
45
// An object that configures minimum threshold enforcement for coverage results
46
coverageThreshold: {
47
global: {
48
- branches: 70.68,
49
- functions: 72.32,
50
- lines: 71.39,
51
- statements: 71.51,
+ branches: 70.0,
+ functions: 72.07,
+ lines: 70.82,
+ statements: 70.95,
52
},
53
54
0 commit comments