Hacker News new | ask | show | jobs
by barylen 4709 days ago
I'd recommend using Mocha for all unit testing (client and server side). http://visionmedia.github.io/mocha/
1 comments

Thanks. I've seen Mocha mentioned in this post for Node test-running on Jenkins: http://www.johnhamelink.com/testing-nodejs-with-jenkins

I will definitely give it a try.