Cómo probar UseHistory en broma

 const historyMock = { push: jest.fn(), location: {}, listen: jest.fn() };
Plain Pigeon