UNPKG

shunter

Version:

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

10 lines (7 loc) 184 B
'use strict'; var sinon = require('sinon'); module.exports = { cpus: sinon.stub().returns([]), release: sinon.stub(), hostname: sinon.stub().returns('test-shunter.nature.com') };