What's the best way to unit test a Node.js + React app?
We are building a fairly complex Node, Express and React (with Flux) based web app. What tools and frameworks should we use to unit test our code properly? I am looking at 60-70% code coverage now.
Vincent Voyer
Founder at https://turnshift.app
We did a blog post on this recently: blog.algolia.com/how-we-unit-test-react-component…
Basically we recommend shallow rendering for React