Skip to content

Commit

Permalink
chore: statements coverage to 48%
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Mar 29, 2024
1 parent 138e317 commit be9102d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const config: Config = {
branches: 30,
functions: 40,
lines: 50,
statements: 50,
statements: 48,
},
},
...sharedConfig,
Expand Down

0 comments on commit be9102d

Please sign in to comment.