UNPKG

angular-aside-menu

Version:
18 lines (16 loc) 438 B
/** * Created by mahmutduva on 24/06/2016. */ (function () { 'use strict'; beforeEach(function() { this.addMatchers({ toHaveClass: function(cls) { this.message = function() { return "Expected '" + angular.mock.dump(this.actual) + "' to have class '" + cls + "'."; }; return this.actual.hasClass(cls); } }); }); });