Source: node-proxyquire Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard , Build-Depends: debhelper-compat (= 12), eslint , mocha , node-is-object , node-js-yaml , node-merge-descriptors , node-resolve , node-should , node-tape , pandoc , perl , Standards-Version: 4.5.0 Homepage: https://github.com/thlorenz/proxyquire Vcs-Browser: https://salsa.debian.org/js-team/node-proxyquire Vcs-Git: https://salsa.debian.org/js-team/node-proxyquire.git Rules-Requires-Root: no Package: node-proxyquire Architecture: all Depends: node-is-object, node-merge-descriptors, node-resolve, nodejs, ${misc:Depends}, Provides: node-fill-keys, node-module-not-found-error, Enhances: node-sinon, Description: mocking tool to stub dependencies in Node.js 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.