rwadurian/backend/services/presence-service/test/setup.ts

12 lines
228 B
TypeScript

// 全局测试设置
jest.setTimeout(30000);
// 清理 console 输出(可选)
// global.console = {
// ...console,
// log: jest.fn(),
// debug: jest.fn(),
// info: jest.fn(),
// warn: jest.fn(),
// };