An Introduction to Mocha
What is Mocha?
Mocha is a feature-rich JavaScript test framework running on node and the browser, making asynchronous testing simple and fun.
If you're interested in writing tests for your JavaScript code, Mocha is a good way to start.