You have used jest.mock('axios') which is automatically generating mock for module and it will create jest.fn() for axios.get , but it will ...
確定! 回上一頁