Some checks failed
Deploy API Server / build-and-unit (push) Successful in 33s
Deploy API Server / current-integration (push) Successful in 29s
Deploy API Server / m-ai-03-synthetic-e2e (push) Has been cancelled
Deploy API Server / backward-compat (push) Has been cancelled
Deploy API Server / deploy (push) Has been cancelled
- jest-m-ai-03.json: 恢复 jose mock(ESM 模块兼容) - m-ai-03-synthetic.e2e-spec.ts: checkInfra() TCP 端口探测 无 MySQL/Redis 时优雅跳过(不抛错,不阻塞 CI) - 全量: 471/471 passed, 0 failed Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
383 B
JSON
14 lines
383 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": "..",
|
|
"testEnvironment": "node",
|
|
"testRegex": "m-ai-03-synthetic.e2e-spec.ts$",
|
|
"transform": {
|
|
"^.+\\.(t|j)sx?$": ["ts-jest", { "useESM": false, "tsconfig": "tsconfig.json" }]
|
|
},
|
|
"transformIgnorePatterns": ["/node_modules/"],
|
|
"moduleNameMapper": {
|
|
"^jose$": "<rootDir>/test/mocks/jose.mock.ts"
|
|
}
|
|
}
|