Skip to content

Commit

Permalink
lower jest coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Feb 3, 2024
1 parent e4e4fad commit 50f9798
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ module.exports = {
coverageReporters: ['json', 'lcov', 'text', 'clover'],
coverageThreshold: {
global: {
branches: 99,
functions: 99,
lines: 99,
statements: 99,
branches: 90,
functions: 90,
lines: 90,
statements: 90,
},
},

Expand Down

0 comments on commit 50f9798

Please sign in to comment.