mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
name: 'acp-adapter',
|
|
include: ['test/**/*.test.ts'],
|
|
},
|
|
});
|