Skip to content

Commit

Permalink
fix lint , coverage to 96%
Browse files Browse the repository at this point in the history
  • Loading branch information
ogerly committed Jun 26, 2024
1 parent 6429913 commit b6547a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default mergeConfig(
thresholds: {
lines: 98,
// functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607
branches: 97,
branches: 96,
statements: 98,
},
},
Expand Down

0 comments on commit b6547a5

Please sign in to comment.