We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
watch
1 parent 3b537e8 commit 7c12d09Copy full SHA for 7c12d09
vitest.config.mts
@@ -2,6 +2,7 @@ import { defineConfig } from 'vitest/config'
2
3
export default defineConfig({
4
test: {
5
+ watch: false,
6
globals: true,
7
setupFiles: ['test/setup.ts'],
8
alias: {
0 commit comments