Skip to content

Commit

Permalink
Lower coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Aug 13, 2021
1 parent acb7c12 commit b6ca3fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest-addon.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ module.exports = {
},
coverageThreshold: {
global: {
branches: 5,
functions: 5,
lines: 5,
statements: 5,
branches: 4,
functions: 4,
lines: 4,
statements: 4,
},
},
};
Expand Down

0 comments on commit b6ca3fc

Please sign in to comment.