mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-10 01:39:25 +00:00
8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
name: 'kimi-oauth',
|
|
include: ['test/**/*.test.ts'],
|
|
},
|
|
});
|