test: 建立测试体系 - Vitest 单元+组件测试与测试策略文档

This commit is contained in:
2026-08-17 17:48:10 +08:00
parent ff0018e6d3
commit 008871aefc
10 changed files with 1500 additions and 13 deletions
+5 -2
View File
@@ -47,6 +47,9 @@ npm run dev
# 类型检查
npm run typecheck
# 运行测试(Vitest 单元 + 组件测试)
npm test
# 生产构建
npm run build
```
@@ -83,8 +86,8 @@ src/
- 作者:thzxx
- 组织:MetonaTeam
- 开源协议MIT License(见 [LICENSE](./LICENSE)
- 版本:0.2.0
- 许可证MIT License(见 [LICENSE](./LICENSE)
- 版本:0.2.1
---