Cover shared zod schemas, extract traversal/refs/downloads, and tts filename/error handling. Document the test setup in the README and docs.
8 lines
193 B
TypeScript
8 lines
193 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: 'node',
|
|
include: ['packages/*/src/**/*.test.ts', 'apps/*/src/**/*.test.ts'],
|
|
},
|
|
}); |