UNPKG

shunter

Version:

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

11 lines (8 loc) 157 B
'use strict'; var sinon = require('sinon'); module.exports = sinon.stub().returns({ map: sinon.stub().returns({ host: '127.0.0.1', port: 5401 }) });