Setup
Learn to set up our tests to test the async middleware.
We'll cover the following...
To make our tests cleaner, we will use the structure discussed previously and mock the axios
API as discussed in the Async Action Creators ...