修改问题
This commit is contained in:
@@ -57,9 +57,9 @@ Expected: 四条命令均通过。
|
||||
|
||||
- [x] **Step 1: 运行工具和 API 降级测试**
|
||||
|
||||
Run: `node tests\\utils.test.js; node tests\\api-client.test.js; rg -n "/genealogy/app/" public\\js\\api-client.js`
|
||||
Run: `node tests\\utils.test.js; node tests\\api-client.test.js; node tests\\pc-api-contract.test.js`
|
||||
|
||||
Expected: 两个测试通过,旧 `/genealogy/app/` 请求路径无匹配结果。
|
||||
Expected: 三个测试通过,PC 请求契约扫描无遗留项。
|
||||
|
||||
- [x] **Step 2: 核对未覆盖业务的错误边界**
|
||||
|
||||
@@ -123,7 +123,7 @@ Expected: 所有测试和语法检查通过。
|
||||
|
||||
- [x] **Step 2: 扫描旧路径与页面覆盖边界**
|
||||
|
||||
Run: `rg -n "/genealogy/app/files|/genealogy/app/region" public\\js; rg -n "PC_API_NOT_AVAILABLE" public\\js\\api-client.js`
|
||||
Run: `rg -n "PC_API_NOT_AVAILABLE" utils\\ApiClient.js`
|
||||
|
||||
Expected: 文件、地区旧 APP 路径无匹配;业务页面覆盖边界仍由 `PC_API_NOT_AVAILABLE` 保护。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user