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:
parent
f47fa5381f
commit
a867794015
1 changed files with 10 additions and 0 deletions
|
|
@ -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',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue