Skip to content

Commit

Permalink
chore: reduce threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Oct 7, 2024
1 parent 1464303 commit aeed9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
transformIgnorePatterns: ['/node_modules/'],
coverageThreshold: {
global: {
branches: 70,
branches: 60,
functions: 70,
lines: 70,
},
Expand Down

0 comments on commit aeed9bf

Please sign in to comment.