mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-28 08:52:45 +00:00
test: use native vitest root projects
This commit is contained in:
@@ -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",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user