Document Vitest as testing framework in project docs
This commit is contained in:
parent
3c8b52c238
commit
db9e9c3d05
@ -10,6 +10,7 @@
|
||||
- **工具库**:use-debounce(防抖)
|
||||
- **Markdown 编辑器**:@uiw/react-md-editor(风格需调整为与 Ant Design 统一)
|
||||
- **校验库**:Zod(运行时校验 config 文件 + API 响应)
|
||||
- **测试框架**:Vitest
|
||||
- **平台 API**:Modrinth API、CurseForge API
|
||||
|
||||
## 项目结构
|
||||
@ -119,6 +120,10 @@ src/types/
|
||||
- `https://zod.dev/llms.txt` — 目录索引(纯链接)
|
||||
- `https://raw.githubusercontent.com/colinhacks/zod/refs/heads/main/packages/zod/README.md` — README 原文
|
||||
|
||||
#### Vitest
|
||||
|
||||
- `https://vitest.dev/llms.txt` — 目录索引
|
||||
|
||||
#### @uiw/react-md-editor
|
||||
|
||||
- `https://github.com/uiwjs/react-md-editor/blob/master/core/README.md` — README 原文
|
||||
|
||||
Loading…
Reference in New Issue
Block a user