beforeEach(() => {
    jest.clearAllMocks()

    global.console = { log: jest.fn() }
  })