const fetch = require("node-fetch"); jest.mock('node-fetch'); fetch.mockReset(); fetch.mockImplementation((url, options) => { if ...
確定! 回上一頁