Skip to content

Commit

Permalink
chore: remove test-setup and re-add reporting summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Jan 22, 2025
1 parent efb5a50 commit 11d84ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ export default defineConfig({
exclude: ["**/node_modules/**"],
globals: true,
environment: "node",
setupFiles: "test/test-setup.ts",
coverage: {
provider: "v8",
reporter: ["lcov"],
reporter: ["lcov", "text-summary", "text", "json", "html"],
},
},
plugins: [swc.vite()],
Expand Down

0 comments on commit 11d84ef

Please sign in to comment.