mirror of https://github.com/TriliumNext/Notes
feat(vscode): add vitest integration
parent
a162fbfe42
commit
f209e4f14d
@ -1,3 +1,7 @@
|
|||||||
{
|
{
|
||||||
"recommendations": ["lokalise.i18n-ally", "editorconfig.editorconfig"]
|
"recommendations": [
|
||||||
|
"lokalise.i18n-ally",
|
||||||
|
"editorconfig.editorconfig",
|
||||||
|
"vitest.explorer"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -0,0 +1,4 @@
|
|||||||
|
export default [
|
||||||
|
"vitest.config.ts",
|
||||||
|
"src/public/app/vitest.config.ts"
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue