const loglevel = { info: jest.fn(), warn: jest.fn(), debug: jest.fn(), error: jest.fn(), }; module.exports = loglevel;