整理测试代码并清理文档引用

This commit is contained in:
Cheng Zhou
2026-06-22 17:27:11 +08:00
parent 6056c8364a
commit c351ca59c4
75 changed files with 15 additions and 4415 deletions
+2 -3
View File
@@ -255,7 +255,6 @@ Expected: pass.
- Replace: `frontend/src/views/ia/EtmfPlaceholder.vue`
- Modify: `frontend/src/locales/zh-CN.ts`
- Test: `frontend/src/views/ia/EtmfPlaceholder.test.ts`
**Step 1: Write failing page test**
@@ -297,7 +296,7 @@ Run:
```bash
cd frontend
npm test -- src/views/ia/EtmfPlaceholder.test.ts
npm test -- src/api/etmf.test.ts
```
Expected: pass.
@@ -354,7 +353,7 @@ Expected: pass.
```bash
cd frontend
npm test -- src/api/etmf.test.ts src/views/ia/EtmfPlaceholder.test.ts src/utils/projectRoutePermissions.test.ts
npm test -- src/api/etmf.test.ts src/utils/projectRoutePermissions.test.ts
```
Expected: pass.