I've been happy with mocha.js + should.js + sinon.js sinon.js is fantastic - easy way to mock, stub, spy anything.
I like to put mocha.js into watch mode: file save, re-runs tests, and pops up a growl notification on pass/fail I like should.js syntactic assertion sugar on top of any object On Mon, Jul 2, 2012 at 10:34 AM, Jeff Barczewski <[email protected]>wrote: > mocha + chai (assert style) for both node.js and browser side testing > > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
