aboutsummaryrefslogtreecommitdiffstats
path: root/vitest.config.js
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-10-19 08:50:19 +0200
committerGitHub <noreply@github.com>2022-10-19 14:50:19 +0800
commit37ca4cb7d61c0460d5d8e3dce35964ffc72a9f9d (patch)
tree0b4e887e815eee5e4b30e445d6055b0b3b0ca878 /vitest.config.js
parente27d52b2766ba83e583940401a8f20c3b2a7ff5e (diff)
downloadgitea-37ca4cb7d61c0460d5d8e3dce35964ffc72a9f9d.tar.gz
gitea-37ca4cb7d61c0460d5d8e3dce35964ffc72a9f9d.zip
Remove vitest globals (#21505)
Explicitly import them instead which is cleaner and enables better editor integration. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'vitest.config.js')
-rw-r--r--vitest.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/vitest.config.js b/vitest.config.js
index d17abd26c3..838360970f 100644
--- a/vitest.config.js
+++ b/vitest.config.js
@@ -24,7 +24,6 @@ export default defineConfig({
open: false,
allowOnly: true,
passWithNoTests: true,
- globals: true,
watch: false,
},
plugins: [