Skip to content

Commit

Permalink
chore: update jest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonneal committed Jan 21, 2025
1 parent 3ee01a7 commit 68ab46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
workerThreads: true,
coverageThreshold: {
global: {
branches: 95,
branches: 94,
functions: 97,
lines: 97,
statements: 97
Expand Down

0 comments on commit 68ab46c

Please sign in to comment.