thread-master/docs/product/growth-loop/tasks/T334-test-m2-checkup-asset-...

41 lines
563 B
Markdown
Raw Permalink Normal View History

2026-07-23 05:56:42 +00:00
# T334 — test-m2-checkup-asset-integration
> Status: `done`
> Milestone: `M2`
> Kind: `test`
> Est. change: `~180 lines`
## Goal
完成後系統應CU-0105、AL-0102 整合測試綠;證明健檢無 usage debit。
## Depends on
- T330
- T331
- T332
- T333
## Inputs
- Spec`../spec.md` §9.2
## Outputs
| 路徑 | 動作 | 說明 |
|------|------|------|
| `*_test.go` | add | CU_* AL_* |
## Acceptance
- [ ] 指令:
```bash
cd apps/backend && go test ./... -count=1 -run 'CU_|AL_'
cd apps/web && npm run build
```
## Notes