redux-fundamentals-workshop-exercises icon indicating copy to clipboard operation
redux-fundamentals-workshop-exercises copied to clipboard

Failing test in combineReducers exercise

Open leefreemanxyz opened this issue 7 years ago • 0 comments
trafficstars

The final test in 00-reducers/03-combined-reducer incorrectly makes an assertion against a state variable (which is undefined). I believe the assertion should be made against the rootReducerInitialState variable. This pull request makes this change in both /exercises and /exercises-final.

leefreemanxyz avatar Jul 02 '18 09:07 leefreemanxyz