function mockFetch(data) { return jest.fn().mockImplementation(() => Promise.resolve({ ok: true, json: () => data }) ) ...
確定! 回上一頁