UNPKG

shunter

Version:

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

13 lines (10 loc) 171 B
'use strict'; var sinon = require('sinon'); module.exports = { isMaster: true, fork: sinon.stub().returns({ on: sinon.stub() }), workers: {}, on: sinon.stub() };