redux-fundamentals-workshop-exercises
redux-fundamentals-workshop-exercises copied to clipboard
Failing test in combineReducers exercise
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.