Skip to content

Commit

Permalink
put coverage threshold back where it was
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Sep 1, 2023
1 parent 6338842 commit 8a295d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ export default {

coverageThreshold: {
global: {
branches: 45,
functions: 49,
lines: 54,
statements: -300,
branches: 80,
functions: 80,
lines: 80,
statements: 80,
},
},

Expand Down

0 comments on commit 8a295d0

Please sign in to comment.