6 ms·
I'd recommend using Mocha for all unit testing (client and server side). http://visionmedia.github.io/mocha/ http://visionmedia.github.io/mocha/
by barylen 13y ago
I'd recommend using Mocha for all unit testing (client and server side).
http://visionmedia.github.io/mocha/ http://visionmedia.github.io/mocha/
- tsenkov 13y agoThanks. I've seen Mocha mentioned in this post for Node test-running on Jenkins: http://www.johnhamelink.com/testing-nodejs-with-jenkins http://www.johnhamelink.com/testing-nodejs-with-jenkins I will definitely give it a try.