mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(vscode): add vitest integration
This commit is contained in:
parent
a162fbfe42
commit
f209e4f14d
6
.vscode/extensions.json
vendored
6
.vscode/extensions.json
vendored
@ -1,3 +1,7 @@
|
|||||||
{
|
{
|
||||||
"recommendations": ["lokalise.i18n-ally", "editorconfig.editorconfig"]
|
"recommendations": [
|
||||||
|
"lokalise.i18n-ally",
|
||||||
|
"editorconfig.editorconfig",
|
||||||
|
"vitest.explorer"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
4
vitest.workspace.ts
Normal file
4
vitest.workspace.ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
export default [
|
||||||
|
"vitest.config.ts",
|
||||||
|
"src/public/app/vitest.config.ts"
|
||||||
|
];
|
Loading…
x
Reference in New Issue
Block a user