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 49e9c46 commit c422aa0Copy full SHA for c422aa0
codemods/vitest.config.mts
@@ -3,5 +3,6 @@ import { defineConfig } from 'vitest/config'
3
export default defineConfig({
4
test: {
5
globals: true,
6
+ watch: false,
7
},
8
})
0 commit comments