jest mock multiple axios calls. I have this action in react export function fetchPosts() { const request = axios.get(`${WORDPRESS_URL}`); return { type: ...
確定! 回上一頁