UNPKG

nisemono

Version:

Pretty simple test double library

10 lines (8 loc) 141 B
/** * @class */ var Call = function(params) { this.args = params.args; this.calledAt = params.calledAt; }; module.exports = Call;