Mocha

Mocha is another JavaScript testing framework that works with Node.js applications and helps you make asynchronous tests in a simple way. This framework runs its tests serially, thus providing precise reports and mapping exceptions to the correct cases. Besides, Mocha has robust support for assertion libraries, including should.js, express.js, and better-assert, among others. 

Jasmine is an open-source testing framework for JavaScript. It aims to run on any JavaScript-enabled platform, to not intrude on the application nor the IDE, and to have easy-to-read syntax.