UNPKG

proxyquire

Version:

Proxies nodejs require in order to allow overriding dependencies during testing.

11 lines (10 loc) 115 B
module.exports = { f: { g: function () { return 'g' } }, h: function () { return 'h' } }