Skip to content

Commit

Permalink
reduce test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 3, 2021
1 parent 4c62b9a commit 63317d0
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 @@ -20,10 +20,10 @@ module.exports = {
collectCoverage: true,
coverageThreshold: {
global: {
branches: 21,
branches: 20,
functions: 55,
lines: 37,
statements: 38
lines: 36,
statements: 37
}
},
testEnvironment: 'node',
Expand Down

0 comments on commit 63317d0

Please # to comment.