From a867794015bd910e5bbbf60842db8c04e08557d2 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 18 Mar 2026 18:08:34 -0700 Subject: [PATCH] =?UTF-8?q?chore(frontend-ui):=20=F0=9F=94=A7=20Update=20V?= =?UTF-8?q?itest=20config=20for=20test=20environment,=20plugins,=20and=20c?= =?UTF-8?q?overage=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/video-studio/frontend-ui/vitest.config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/features/video-studio/frontend-ui/vitest.config.ts b/features/video-studio/frontend-ui/vitest.config.ts index 6d718e3bc..75a4451ab 100644 --- a/features/video-studio/frontend-ui/vitest.config.ts +++ b/features/video-studio/frontend-ui/vitest.config.ts @@ -14,5 +14,15 @@ export default defineConfig({ environment: 'jsdom', globals: true, include: ['src/**/*.test.{ts,tsx}'], + server: { + deps: { + inline: [ + '@lilith/ui-primitives', + '@lilith/ui-styled-components', + '@lilith/ui-theme', + '@lilith/ui-design-tokens', + ], + }, + }, }, });