Skip to content

Commit

Permalink
test: troca do bun test pelo vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
deMGoncalves committed Sep 9, 2024
1 parent 8f8b892 commit 514d3ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ export default defineConfig({
test: {
coverage: {
reporter: [["lcov", { projectRoot: "./src" }]],
thresholds: {
statements: 56,
branches: 46,
functions: 36,
lines: 56,
},
},
environment: "jsdom",
setupFiles: [resolve(__dirname, "happydom.js")],
Expand Down

0 comments on commit 514d3ff

Please sign in to comment.