DEV Community

Discussion on: Testing redux reducers - embrace action creators

Collapse
 
dancsee89 profile image
Daniel Molnar

Hey Pete, I really enjoyed your article, do you mind writing more about unit testing? This in-depth explanation is very useful!

Collapse
 
ph1 profile image
Pete Hodgson

Hi Daniel,

I posted another article on redux testing here today.

I also have a fair amount of posts on testing over on my blog. Oh and here's a post I wrote for Martin Fowler's website a few years ago, about testing asynchronous code in JavaScript.

Hope you find some of these interesting :)