Skip to content

Commit

Permalink
makes test threshold zero
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Jan 11, 2024
1 parent de0b8c3 commit 3191f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const config = {
collectCoverage: true,
coverageThreshold: {
global: {
branches: 10,
functions: 10,
lines: 10,
branches: 0,
functions: 0,
lines: 0,
},
},
coverageReporters: ['json-summary', 'lcov'],
Expand Down

0 comments on commit 3191f29

Please sign in to comment.