UNPKG

shunter

Version:

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

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