UNPKG

@ammar-ahmed/automation-app-bot

Version:
19 lines (17 loc) 375 B
// mock Logger const mockLogTypes = require('../../lib/utils/logTypes') jest.mock('../../lib/logger.js', () => { return { init: jest.fn(), create: () => { return { info: jest.fn(), warn: jest.fn(), error: jest.fn(), debug: jest.fn(), fatal: jest.fn() } }, logTypes: mockLogTypes } })