test('Fetch makes an API call and displays the greeting', async () => { axios.get.mockResolvedValueOnce({data: {greeting: 'hello there'}}) const url ...
確定! 回上一頁