UNPKG

shunter

Version:

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

10 lines (7 loc) 148 B
'use strict'; var sinon = require('sinon'); module.exports = sinon.stub().returns({ watchTree: sinon.stub().returns({ on: sinon.stub() }) });