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 55a0f47 commit 377ab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
coverage: {
provider: "v8",
include: ["src"],
exclude: ["src/options", "src/background/background.js", "src/main/core/events.js"],
exclude: ["src/options", "src/background/background.js", "src/main/core/*.js"],
},
},
});

0 comments on commit 377ab30

Please sign in to comment.