Skip to content

Commit

Permalink
Decrease branch coverage's threshold a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Mar 22, 2024
1 parent 0d5d51d commit d576a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
collectCoverage: true,
coverageThreshold: {
global: {
branches: 100,
branches: 99,
functions: 100,
lines: 100,
statements: 100,
Expand Down

0 comments on commit d576a3c

Please sign in to comment.