Mocha is a JavaScript Test Framework. (https://codeburst.io/javascript-unit-testing-using-mocha-and-chai-1d97d9f18e71)
Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on GitHub. https://mochajs.org/