I am having some issues with testing an Action which makes a API request and on success it dispatch an action which transform that response into a particular format .Is there any way to test API Action using Jest and check if the store is mutating based on API response.
I am having some issues with testing an Action which makes a API request and on success it dispatch an action which transform that response into a particular format .Is there any way to test API Action using Jest and check if the store is mutating based on API response.