mirror of
https://github.com/zadam/trilium.git
synced 2025-10-10 15:38:30 +08:00
feat(vscode): add vitest integration
This commit is contained in:
parent
a162fbfe42
commit
f209e4f14d
2 changed files with 9 additions and 1 deletions
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…
Add table
Reference in a new issue