mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-14 16:50:50 +00:00
Use vitest globals (#27102)
Enable [globals](https://vitest.dev/config/#globals) in vitest, reducing the noise in test files.
This commit is contained in:
@@ -11,6 +11,7 @@ export default defineConfig({
|
||||
open: false,
|
||||
allowOnly: true,
|
||||
passWithNoTests: true,
|
||||
globals: true,
|
||||
watch: false,
|
||||
},
|
||||
plugins: [
|
||||
|
Reference in New Issue
Block a user