chore: add recommendations extensions vitest (#11610)

This commit is contained in:
btea 2024-08-15 08:48:13 +08:00 committed by GitHub
parent c96ec67c87
commit c66a362f50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

3
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"recommendations": ["vitest.explorer"]
}

6
vitest.workspace.ts Normal file
View File

@ -0,0 +1,6 @@
import { defineWorkspace } from 'vitest/config'
export default defineWorkspace([
'./vitest.unit.config.ts',
'./vitest.e2e.config.ts',
])