Skip to content

Commit

Permalink
chore: Renames vite config to make IDE extension work
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert committed Aug 30, 2024
1 parent 8e17d95 commit 3782937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mjs → vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
test: {
coverage: {
all: true,
reporter: ["text-summary", "json-summary", "json"],
reporter: ["text", "text-summary", "json-summary", "json"],
include: ["src"],
exclude: ["src/types", "**/*.test.ts"],
},
Expand Down

0 comments on commit 3782937

Please sign in to comment.