Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Prev Previous commit
Next Next commit
Update coverage
  • Loading branch information
gantunesr committed May 19, 2023
commit 410814dbb17e674af9c1ddba2e9a493221fb3815
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: 68.67,
functions: 92.59,
lines: 90.2,
statements: 90.42,
branches: 69.51,
functions: 92.72,
lines: 90.47,
statements: 90.69,
},
},
preset: 'ts-jest',
Expand Down