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 7c15754 commit 9dc1ecbCopy full SHA for 9dc1ecb
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