Unit Test Your JavaScript Using Mocha and Chai In this article, I’ll show you how to get started unit testing your JavaScript code. The examples and techniques shown in this article can be applied to both browser-based code and Node.js code. view source