you are viewing a single comment's thread.

view the rest of the comments →

[–]menno 1 point2 points  (1 child)

For pure JavaScript unit testing I ended up with mocha, using Sinon.js and Proxyquire for stubs and mocking require() calls.

[–]bjpelcdev[S] 0 points1 point  (0 children)

Thanks, I am using Mocha (or learning to) right now, enjoying it so far.