Basic Async Action Creator Test
Create a basic test for testing async action creators.
We'll cover the following...
Jest handles async tests by allowing us to return a promise as the test’s result. If a promise is ...
Create a basic test for testing async action creators.
Jest handles async tests by allowing us to return a promise as the test’s result. If a promise is ...