37 | const { data } = await axios.get(url);" ... You have used jest.mock('axios') which is automatically generating mock for module and it ...
確定! 回上一頁