Skip to content

Commit

Permalink
chore: ignore config files for vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Apr 5, 2024
1 parent 6ad9ac1 commit 68660dc
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 @@ -18,6 +18,6 @@ export default defineConfig({
provider: "v8",
},
environment: "happy-dom",
exclude: ["**/*.{yml}"],
exclude: ["**/*.{yml}", "node_modules"],
},
});

0 comments on commit 68660dc

Please sign in to comment.