UNPKG

shunter

Version:

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

12 lines (9 loc) 187 B
'use strict'; var sinon = require('sinon'); module.exports = { writeHead: sinon.stub(), write: sinon.stub(), getHeader: sinon.stub(), setHeader: sinon.stub(), end: sinon.stub() };