learning_ai_common_plat/packages/dashboard-components/vitest.config.ts
2026-03-19 21:25:30 -07:00

10 lines
172 B
TypeScript

import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
globals: true,
environment: 'happy-dom',
passWithNoTests: true,
},
});