Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Merged
Prev Previous commit
Next Next commit
Update coverageThreshold
  • Loading branch information
gantunesr committed May 17, 2023
commit 55e761eb9e63771b9ecaf861a5c6ee60cfd8f3bf
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ module.exports = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 38,
functions: 66,
lines: 68,
statements: 68,
branches: 68.67,
functions: 92.59,
lines: 90.2,
statements: 90.42,
},
},
preset: 'ts-jest',
Expand Down