UNPKG

mockery

Version:

Simplifying the use of mocks with Node.js

8 lines (5 loc) 122 B
var fake_module = require('./fake_module'); var bar = function () { return fake_module.foo(); }; exports.bar = bar;