Increase Jest coverage thresholds to enforce higher test quality
This commit is contained in:
@@ -31,10 +31,10 @@ const customJestConfig = {
|
||||
],
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
branches: 70,
|
||||
functions: 70,
|
||||
lines: 70,
|
||||
statements: 70,
|
||||
branches: 85,
|
||||
functions: 85,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user