Skip to content

Commit

Permalink
feat: increase coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGenash committed Oct 29, 2020
1 parent 6f3d2dc commit 9dfa78c
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 @@ -7,10 +7,10 @@ module.exports = {
coverageDirectory: './.coverage',
coverageThreshold: {
global: {
branches: 33,
functions: 47,
lines: 47,
statements: 47,
branches: 40,
functions: 50,
lines: 50,
statements: 50,
},
},
moduleFileExtensions: ['js', 'json', 'node'],
Expand Down

0 comments on commit 9dfa78c

Please sign in to comment.