Răsfoiți Sursa

📝 docs(story): 更新小程序手机号集成文档中的测试路径

- 修改测试位置从`packages/server/tests/integration/api/auth/phone-decrypt/`调整为`web/tests/integration/server/api/auth/phone-decrypt/`
- 更新对应文档引用源从architecture/source-tree.md#L183变更为architecture/source-tree.md#L147
yourname 3 luni în urmă
părinte
comite
87a2ec8760

+ 2 - 2
docs/stories/005.012.mini-program-phone-integration.story.md

@@ -80,13 +80,13 @@ Draft
 
 ### 测试
 - **测试框架**: Vitest + Testing Library [Source: architecture/coding-standards.md#L15]
-- **测试位置**: `packages/server/tests/integration/api/auth/phone-decrypt/` [Source: architecture/source-tree.md#L183]
+- **测试位置**: `web/tests/integration/server/api/auth/phone-decrypt/` [Source: architecture/source-tree.md#L147]
 - **测试类型**: 集成测试验证API功能 [Source: architecture/non-generic-crud-standards.md#L417-L421]
 
 ## Testing
 
 ### 测试标准
-- **测试文件位置**: `packages/server/tests/integration/api/auth/phone-decrypt/`
+- **测试文件位置**: `web/tests/integration/server/api/auth/phone-decrypt/`
 - **测试框架**: Vitest + hono/testing
 - **测试模式**: 集成测试验证完整的API流程
 - **Mock策略**: 使用 `vi.mocked()` mock微信SDK [Source: architecture/non-generic-crud-standards.md#L559-L572]