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.