import * as axios from "axios"; // Mock out all top level functions, such as get, put, delete and post: jest.mock("axios"); ...
確定! 回上一頁