mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-26 00:54:36 +00:00
8 lines
177 B
TypeScript
8 lines
177 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
name: 'agent-core-v2',
|
|
include: ['test/**/*.{test,e2e,integration}.ts'],
|
|
},
|
|
});
|