Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Nov 22, 2024
1 parent 278c908 commit 815b117
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ export default defineConfig({
globals: true,
setupFiles: "./vitest.setup.ts",
environment: "jsdom",
coverage: {
provider: "v8",
exclude: ["__test__", "tools", "src/options"],
},
},
});

0 comments on commit 815b117

Please sign in to comment.