node-proxyquire
mocking tool to stub dependencies in Node.js
Description
Proxyquire proxies nodejs's require in order to make overriding dependencies during testing easy while staying totally unobtrusive. * No changes to your code are necessary.
* Non overridden methods of a module behave like the original.
* Mocking framework agnostic,
if it can stub a function then it works with proxyquire.
* "use strict" compliant.
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/thlorenz/proxyquire
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install node-proxyquire