I’ve found that testing Redux reducers doesn’t need to be complicated. We need to test the effects that individual actions have upon the state in that reducer. To put it another way, we want to unit test the action effects. Today I want to show you two types of unit…