There should be a guide on testing in these docs. ...
# redux
a
There should be a guide on testing in these docs. i imagine the testing strategy would be to unit test the reducers?
p
Yes unit tests on reducers are good way to test. simple and fast running. Will try to get a section up on testing