1module.exports = { 2 fatal: jest.fn(), 3 error: jest.fn(), 4 warn: jest.fn(), 5 info: jest.fn(), 6 debug: jest.fn(), 7 trace: jest.fn(), 8}; 9 10