UNPKG

decojs

Version:

Scalable frontend architecture

17 lines (13 loc) 297 B
define([], function(){ return { whichIsInvalid: function(type, message, attributes){ return { validate: sinon.stub().returns(false), type: type || "dummy", attributes: attributes || { }, message: message || "invalid" } } } });