UNPKG

shunter

Version:

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

14 lines (11 loc) 227 B
'use strict'; var sinon = require('sinon'); module.exports = { render: sinon.stub(), compile: sinon.stub(), loadSource: sinon.stub(), makeBase: sinon.stub().returns({ push: sinon.stub().returnsArg(0) }), cache: {} };