Top "Nodeunit" questions

A unit testing framework in node.

When using Sinon, how to replace stub function in a stub instance?

If I have create a instance by var a = sinon.createStubInstance(MyContructor). How can I replace one of the stubbed …

node.js mocha sinon nodeunit
Use Jasmine to stub JS callbacks based on argument values

I've got a JS method in my node.js app that I want to unit test. It makes several calls …

javascript node.js jasmine nodeunit