PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
libraries
/
angularuiaddons
/
ui-select-master
/
test
beforeEach(function() { jasmine.addMatchers({ toHaveClass: function(util, customEqualityTesters) { return { compare: function(actual, cls) { var pass = actual.hasClass(cls); return { pass: pass, message: "Expected '" + actual + "'" + (pass ? ' not ' : ' ') + "to have class '" + cls + "'." } } } } }); });
[+]
..
[-] select.spec.js
[edit]
[-] helpers.js
[edit]