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 8031f3f commit a724287Copy full SHA for a724287
jest.config.ts
@@ -56,7 +56,7 @@ const config: Config.InitialOptions = {
56
// An object that configures minimum threshold enforcement for coverage results
57
coverageThreshold: {
58
global: {
59
- branches: 79,
+ branches: 75,
60
functions: 95,
61
lines: 95,
62
statements: 95,
0 commit comments