import { mergeConfig } from 'vitest/config'; import config from './vitest.config'; // AGC 前端测试由专属 CI job 执行;本地全量入口继续使用根配置。 export default mergeConfig(config, { test: { exclude: ['apps/ai-game-creator-shell/tests/**'], }, });