chore: add vitest extensions (#17981)

* chore: add vitest extensions

* chore: update
This commit is contained in:
btea 2024-08-23 22:32:30 +08:00 committed by GitHub
parent bf00437265
commit 569013da9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"antfu.unocss",
"lokalise.i18n-ally"
"lokalise.i18n-ally",
"vitest.explorer"
]
}

3
vitest.workspace.ts Normal file
View File

@ -0,0 +1,3 @@
import { defineWorkspace } from 'vitest/config'
export default defineWorkspace(['./vitest.config.mts'])