UNPKG

proxyquire-2

Version:

Proxies import/require in order to allow overriding dependencies during testing.

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