merge: 将 feat/message-hub 合入 main,保留功能分支 AutoRDO/导航注册并合并测试配置。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
王冕
2026-07-28 16:24:43 +08:00
1381 changed files with 484274 additions and 10107 deletions

View File

@@ -195,12 +195,13 @@ export default defineConfig(({ command }) => {
globals: true,
environment: 'node',
include: [
'src/prototypes/autorodo-web/lib/**/*.test.ts',
'tests/**/*.test.ts',
'tests/**/*.test.tsx',
'scripts/**/*.test.ts',
'scripts/**/*.test.mjs',
'vite-plugins/**/*.test.ts',
'src/prototypes/autorodo-web/lib/**/*.test.ts',
'src/common/**/*.test.ts',
],
root: '.',
coverage: {