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