UNPKG

shunter

Version:

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

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