UNPKG

node-mocks-http

Version:

Mock 'http' objects for testing Express, Next.js and Koa routing functions

10 lines (8 loc) 198 B
function defineGetter(obj, name, getter) { Object.defineProperty(obj, name, { configurable: true, enumerable: true, get: getter }); } module.exports = defineGetter;