Getting Started with Node.js and Mocha
June 30, 2015 · Igor Šarčević
Mocha is a testing library for Node.js, created to be a simple, extensible, and fast testing suite. It’s used for unit and integration testing, and it’s a great candidate for BDD (Behavior Driven Development).