const mockXHRRetry = jest.fn().mockImplementation(() => { return { retrieve: () => { Promise.resolve({}); } }; }); export default mockXHRRetry;