UNPKG

startrail

Version:
10 lines (6 loc) 176 B
'use strict'; const sinon = require('sinon'); function stubCallBack(err, res) { return sinon.stub().callsFake((cid, cb) => cb(err, res)); } module.exports = stubCallBack;