Some checks failed
Deploy API Server / build-and-unit (push) Successful in 32s
Deploy API Server / current-integration (push) Successful in 29s
Deploy API Server / backward-compat (push) Successful in 16s
Deploy API Server / m-ai-03-synthetic-e2e (push) Failing after 9s
Deploy API Server / deploy (push) Has been skipped
- test/jest-m-ai-03.json: 移除 jose mock(prod runner 有完整 node_modules) - deploy.yml: 修正 E2E jest config 路径 + 移除 REDIS_URL 中的 || 语法(Gitea Actions 不支持) - E2E 文件在 test/ 目录,默认 jest rootDir=src 不会执行 Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
304 B
JSON
11 lines
304 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/"]
|
|
}
|