Skip to content

Commit

Permalink
Update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Nov 21, 2024
1 parent 1ceb6db commit 77da7d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/snaps-simulator/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ module.exports = deepmerge(baseConfig, {
coverageThreshold: {
global: {
branches: 54.33,
functions: 60.76,
lines: 80.54,
statements: 80.87,
functions: 60.59,
lines: 80.49,
statements: 80.83,
},
},
setupFiles: ['./jest.setup.js'],
Expand Down

0 comments on commit 77da7d4

Please sign in to comment.