UNPKG

shunter

Version:

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

11 lines (8 loc) 149 B
'use strict'; var sinon = require('sinon'); module.exports = { debug: sinon.spy(), info: sinon.spy(), warn: sinon.spy(), error: sinon.spy() };