Skip to content

Commit

Permalink
Update Jest minimum threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
dan437 committed Apr 27, 2021
1 parent 49915bd commit 87b907e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = {
global: {
branches: 32.75,
functions: 43.31,
lines: 43.42,
statements: 43.96,
lines: 43.12,
statements: 43.67,
},
},
setupFiles: ['./test/setup.js', './test/env.js'],
Expand Down

0 comments on commit 87b907e

Please sign in to comment.