medium.com
Testing redux reducers with Jest
1
Just a quick refresher on what reducer is before we go into testing and code. Redux documentation is still great, in fact it covers unit tests really well you don’t even have to read this post. To… Read full article