1 2 3 4 5 6 7 8 9 10
/** * Sencha-specific matchers for convenient testing of Controller expectations */ beforeEach(function() { this.addMatchers({ toHaveRendered: function(expected) { } }); });