UNPKG

shunter

Version:

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

8 lines (5 loc) 113 B
'use strict'; var sinon = require('sinon'); module.exports = sinon.stub().returns({ getPage: sinon.stub() });