style: 完善代码规范和测试覆盖

- 新增多个模块的单元测试文件,提升测试覆盖率
- 完善AI-Reading文档系统,包含7步代码检查流程
- 新增集成测试和属性测试框架
- 优化项目结构和配置文件
- 清理过时的规范文档,统一使用新的检查标准
This commit is contained in:
moyin
2026-01-12 20:09:03 +08:00
parent 59128ea9a6
commit 5af44f95d5
22 changed files with 2595 additions and 2096 deletions

View File

@@ -24,4 +24,6 @@ module.exports = {
transformIgnorePatterns: [
'node_modules/(?!(@faker-js/faker)/)',
],
// 设置测试环境变量
setupFilesAfterEnv: ['<rootDir>/test-setup.js'],
};