view data tests
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
import { resolve } from 'node:path';
|
||||
import react from '@vitejs/plugin-react';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
test: {
|
||||
globals: true,
|
||||
watch: false,
|
||||
@@ -16,6 +18,9 @@ export default defineConfig({
|
||||
'apps/website/lib/adapters/**/*.test.ts',
|
||||
'apps/website/tests/guardrails/**/*.test.ts',
|
||||
'apps/website/tests/services/**/*.test.ts',
|
||||
'apps/website/tests/flows/**/*.test.tsx',
|
||||
'apps/website/tests/flows/**/*.test.ts',
|
||||
'apps/website/tests/view-data/**/*.test.ts',
|
||||
'apps/website/components/**/*.test.tsx',
|
||||
'apps/website/components/**/*.test.ts',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user