28 29// ... 30 31// jest.mock("axios"); 32 33// ... 34 35it("calls axios.get()", async () => { 36 const resource = "users"; 37 const params ...
確定! 回上一頁