UNPKG

shunter

Version:

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

9 lines (6 loc) 132 B
'use strict'; var sinon = require('sinon'); module.exports = sinon.stub().returns({ send: sinon.stub(), error: sinon.stub() });