Skip to content

Commit

Permalink
Coverage thresholds deactivated
Browse files Browse the repository at this point in the history
Are currently not used anyway.
  • Loading branch information
PxaMMaxP committed Jul 24, 2024
1 parent 01b9db7 commit 30043f2
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 @@ module.exports = {
coverageReporters: ['text', 'lcov'],
coverageThreshold: {
global: {
branches: 80,
functions: 80,
lines: 80,
statements: 80,
branches: 0,
functions: 0,
lines: 0,
statements: 0,
},
},
};

0 comments on commit 30043f2

Please sign in to comment.