Skip to content

Commit

Permalink
Decrease test coverage thresholds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Sneed authored and Anthony Sneed committed Jun 22, 2019
1 parent fb87afa commit 71a4c89
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 @@ -11,10 +11,10 @@ const config = {
testPathIgnorePatterns: ['dist', 'src/models'],
coverageThreshold: {
global: {
branches: 80,
functions: 80,
lines: 80,
statements: 80,
branches: 50,
functions: 50,
lines: 50,
statements: 50,
},
}
}
Expand Down

0 comments on commit 71a4c89

Please sign in to comment.