...

/

Basic Async Action Creator Test

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 ...