mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: { include: ['packages/*/tests/**/*.test.ts'] },
|
|
})
|