first commit
This commit is contained in:
15
customerportal/libraries/angularuiaddons/ui-select-master/test/helpers.js
vendored
Normal file
15
customerportal/libraries/angularuiaddons/ui-select-master/test/helpers.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
beforeEach(function() {
|
||||
|
||||
jasmine.addMatchers({
|
||||
|
||||
toHaveClass: function(util, customEqualityTesters) {
|
||||
|
||||
return {
|
||||
|
||||
compare: function(actual, cls) {
|
||||
|
||||
var pass = actual.hasClass(cls);
|
||||
|
||||
return {
|
||||
|
||||
pass: pass,
|
||||
Reference in New Issue
Block a user