Skip to content

Commit

Permalink
chore: update vitest config
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 25, 2024
1 parent 80b25a6 commit 8925eec
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { configDefaults, defineConfig } from "vitest/config";
import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
watchExclude: [...configDefaults.watchExclude, "test/fixtures/**"]
server: {
watch: {
ignored: [
"test/fixtures/**"
]
}
}
});

0 comments on commit 8925eec

Please sign in to comment.