Mocha

The flexible Node.js test framework

Language: JavaScriptCategory: TestingFirst released: 2011Created by: TJ HolowaychukLicense: MIT

Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser. It makes asynchronous testing simple and provides accurate reporting. Mocha is highly configurable, allowing developers to pair it with assertion libraries like Chai and mocking tools like Sinon for a customized testing stack.

Links

Key Features

Async TestingFlexible ReportingBrowser SupportHooks (before/after)Pluggable Assertion