Remove unused frontend test framework

vitest, @vue/test-utils, jsdom and @types/jsdom were installed but no
frontend tests exist or are planned. Removing them also drops the
deprecated glob@10 dependency chain (js-beautify). type-check now uses
tsconfig.app.json.
This commit is contained in:
2026-07-28 02:32:26 +00:00
parent 49232f11cc
commit f4c44ce1aa
4 changed files with 2 additions and 24 deletions
-3
View File
@@ -6,9 +6,6 @@
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
]
}