is announcing that Mocha with version number 2.3.3 is already available to download.
What is Mocha ?
Mocha is One of the best testing frameworks for JavaScript code, working with both client-side (browsers) and server-side (Node.js) environments .
Mocha was written to quickly execute asynchronous tests for JS code, allowing developers to detect and fix problems in their code.The Mocha testing toolkit has managed to gain quite a following thanks to its heavily Node.js integration, accurate reporting style, well-organized results page and support for mapping uncaught exceptions to the appropriate line in the test cases.Utilizing such a tool is very recommended by industry experts, mainly because it allows programmers a means to find and prevent bugs from reaching production environments.Mocha is inspired by other open-source projects like: QUnit, JSpec (not supported anymore), and Expresso.
This is changelog for Mocha version 2.3.3 :
You can read the complete changelog and also download this latest version on their homepage: mochajs.github.io
