chore(frontend-ui): 🔧 Update Vitest config for test environment, plugins, and coverage settings

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-18 18:08:34 -07:00
parent f47fa5381f
commit a867794015

View file

@ -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',
],
},
},
},
});