In this week’s tutorial, I’ll review how to test your Node.js application using the MochaJS test framework. Mocha makes Node.js async testing insanely easily. This tutorial will only cover some basic tests on a “Hello World” application.
Full article