Skip to content

Commit

Permalink
test: aumento da cobertura de teste
Browse files Browse the repository at this point in the history
  • Loading branch information
deMGoncalves committed Sep 10, 2024
1 parent 393e681 commit 09b75f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export default defineConfig({
],
reporter: ["lcov", "text"],
thresholds: {
statements: 57,
branches: 74,
functions: 66,
lines: 57,
statements: 59,
branches: 70,
functions: 69,
lines: 59,
},
},
environment: "jsdom",
Expand Down

0 comments on commit 09b75f1

Please sign in to comment.