Co-authored-by-agent: Co-authored-by: Codex <267193182+codex@users.noreply.github.com>
8 lines
129 B
TypeScript
8 lines
129 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ['src/**/*.test.ts'],
|
|
},
|
|
})
|