DEV Community

Discussion on: A better approach for testing your Redux code

Collapse
 
allanbonadio profile image
Allan Bonadio

This was exactly what I was looking for - how to do redux testing, but not the by-the-book way or someone else's specific way. Someone who's been there, done that, and tossed the stuff that's unnecessary. We're using immutable (hate) and saga (eh) so I'm not like gonna copy and paste your examples or anything. But this gives me a starting mentality. I may be the first one to do Redux unit tests in the company; so this is a good foundation. And I can point to this article if coworkers question what i'm doing. Tx!