Basic Reducer Test
Build a basic code to test the reducers.
We'll cover the following...
Testing reducers is similar to testing action creators because reducers are idempotent. This means ...
Build a basic code to test the reducers.
Testing reducers is similar to testing action creators because reducers are idempotent. This means ...