A unit testing framework in node.
If I have create a instance by var a = sinon.createStubInstance(MyContructor). How can I replace one of the stubbed …
I've got a JS method in my node.js app that I want to unit test. It makes several calls …