Skip to content

Commit

Permalink
Fix vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 16, 2024
1 parent a6253e5 commit 04a7a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ export default defineConfig({
"storybook-static",
"node_modules",
"./src/config/*",
"../src/**/*.stories.@(js|jsx|ts|tsx|svelte)",
"./src/**/*.stories.@(js|jsx|ts|tsx|svelte)",
],
environment: "jsdom",
coverage: {
include: ["src/lib/**", "src/routes/**"],
exclude: ["../src/**/*.stories.@(js|jsx|ts|tsx|svelte)"],
exclude: ["src/**/*.stories.@(js|jsx|ts|tsx|svelte)"],
reporter: ["text", "html", "lcov", "clover", "json", "json-summary"],
},
},
Expand Down

0 comments on commit 04a7a1d

Please sign in to comment.