Skip to content

Commit

Permalink
Reduce threshold testing benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
zourdyzou committed Aug 5, 2022
1 parent 705ad25 commit 2904c46
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 @@ -9,10 +9,10 @@ module.exports = {
testMatch: ["<rootDir>/src/**/?(*.)+(spec|test).[jt]s?(x)"],
coverageThreshold: {
global: {
branches: 80,
branches: 60,
functions: 50,
lines: 50,
statements: 80,
statements: 60,
},
},
errorOnDeprecated: false,
Expand Down

0 comments on commit 2904c46

Please sign in to comment.