UNPKG

shunter

Version:

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

11 lines (8 loc) 155 B
'use strict'; var sinon = require('sinon'); module.exports = { createProxyServer: sinon.stub().returns({ web: sinon.stub(), on: sinon.stub() }) };