chore: 更新项目配置和核心服务

- 更新package.json和jest配置
- 更新main.ts启动配置
- 完善用户管理和数据库服务
- 更新安全核心模块
- 优化Zulip核心服务

配置改进:
- 统一项目依赖管理
- 优化测试配置
- 完善服务模块化架构
This commit is contained in:
moyin
2026-01-09 17:03:57 +08:00
parent cbf4120ddd
commit 8816b29b0a
17 changed files with 689 additions and 463 deletions

View File

@@ -35,6 +35,8 @@ describe('ThrottleGuard', () => {
afterEach(() => {
jest.clearAllMocks();
guard.clearAllRecords();
// 确保清理定时器
guard.onModuleDestroy();
});
describe('canActivate', () => {