test: use native vitest root projects

This commit is contained in:
Peter Steinberger
2026-04-04 04:01:17 +01:00
parent 2050ef2740
commit af94a3a89b
22 changed files with 99 additions and 47 deletions

View File

@@ -4,6 +4,7 @@ export function createUiVitestConfig(env?: Record<string, string | undefined>) {
return createScopedVitestConfig(["ui/src/ui/**/*.test.ts"], {
dir: "ui/src/ui",
env,
name: "ui",
});
}