Mar 13, 2012 Since publishing my article on Javascript Testing with Mocha and follow-up on using JSCoverage, I’ve had some people asking questions about how to get it all set up. I’m going to go through a brief guide on how to take a project with tests in Mocha, and get coverage running on it. Here’s a motivational sample of the output we’ll be getting to: Step 1: Installing JSCoverage and Mocha I