mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 21:32:43 +00:00
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ['src/**/*.test.ts'],
|
|
},
|
|
})
|