Skip to content

Commit

Permalink
test: Adjust coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Jan 19, 2024
1 parent ac2dbcb commit 1567287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/assets-controllers/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ module.exports = merge(baseConfig, {
coverageThreshold: {
global: {
branches: 89.09,
functions: 97.08,
lines: 97.23,
statements: 97.28,
functions: 97.17,
lines: 97.43,
statements: 97.48,
},
},

Expand Down

0 comments on commit 1567287

Please sign in to comment.