UNPKG

shunter

Version:

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

14 lines (11 loc) 218 B
'use strict'; var sinon = require('sinon'); module.exports = function () { return { writeHead: sinon.stub(), write: sinon.stub(), getHeader: sinon.stub(), setHeader: sinon.stub(), end: sinon.stub() }; };