chore(ui-forms): 🔧 Update Vitest configuration for UI forms test environment, plugins, and file patterns
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
27a942249b
commit
88816fb657
1 changed files with 9 additions and 0 deletions
9
packages/ui-forms/vitest.config.ts
Normal file
9
packages/ui-forms/vitest.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'happy-dom',
|
||||
setupFiles: ['./vitest-setup.ts'],
|
||||
include: ['src/**/*.test.{ts,tsx}'],
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Reference in a new issue