UNPKG

shunter

Version:

A Node.js application built to read JSON and translate it into HTML

12 lines (9 loc) 166 B
'use strict'; var sinon = require('sinon'); module.exports = { headers: { host: 'the.request.host' }, removeAllListeners: sinon.stub(), emit: sinon.stub() };