UNPKG

shunter

Version:

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

10 lines (7 loc) 135 B
'use strict'; var sinon = require('sinon'); module.exports = { createProxyServer: sinon.stub().returns({ web: sinon.stub() }) };