Skip to content

Commit

Permalink
jest thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Jan 28, 2025
1 parent 6abb5a6 commit 44abb41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ const baseConfig = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 67.98,
branches: 68.23,
functions: 68.69,
lines: 68.62,
statements: 68.65,
lines: 68.68,
statements: 68.71,
},
},

Expand Down

0 comments on commit 44abb41

Please sign in to comment.