jest.spyOn(global, "fetch").mockImplementation(() => Promise.resolve({ ok: true, blob: () => ({ blob: true }) }))