wix-incubator / redux-testkit

Complete and opinionated testkit for testing Redux projects (reducers, selectors, actions, thunks)
MIT License
227 stars 20 forks source link

A reducer test helper to check if state is the same #11

Closed emadshaaban92 closed 7 years ago

emadshaaban92 commented 7 years ago

A reducer test helper to check if state is the same (with the same reference) after accepting an action.

This introduces a new helper function which asserts that reducer returns the same state it receives (with the same reference), after accepting nonrelevant action. This helps to reduce unnecessary UI updates.