UNPKG

backbone.babysitter

Version:
9 lines (8 loc) 196 B
beforeEach(function() { jasmine.addMatchers({ toHaveOwnProperty: function(expectedProperty) { var obj = this.actual; return obj.hasOwnProperty(expectedProperty); } }); });