Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Feb 21, 2024
1 parent 9507e3e commit 95bd83f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ const config: Config = {
coverageReporters: ["json-summary", "text", "html", "lcov"],
coverageThreshold: {
global: {
branches: 85,
functions: 85,
lines: 85,
statements: 85,
branches: 75,
functions: 75,
lines: 75,
statements: 75,
},
},
globals: {
Expand Down

0 comments on commit 95bd83f

Please sign in to comment.