feat(vscode): add vitest integration

This commit is contained in:
Elian Doran 2025-03-06 21:19:28 +02:00
parent a162fbfe42
commit f209e4f14d
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
{
"recommendations": ["lokalise.i18n-ally", "editorconfig.editorconfig"]
"recommendations": [
"lokalise.i18n-ally",
"editorconfig.editorconfig",
"vitest.explorer"
]
}

4
vitest.workspace.ts Normal file
View File

@ -0,0 +1,4 @@
export default [
"vitest.config.ts",
"src/public/app/vitest.config.ts"
];