We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc0e41 commit f701ce0Copy full SHA for f701ce0
test/matchers.js
@@ -142,7 +142,7 @@ beforeEach(function() {
142
143
toHaveClass: function(clazz) {
144
this.message = function() {
145
- return "Expected '" + angular.module.ngMock.dump(this.actual) + "' to have class '" + clazz + "'.";
+ return "Expected '" + angular.mock.dump(this.actual) + "' to have class '" + clazz + "'.";
146
};
147
return this.actual.hasClass ?
148
this.actual.hasClass(clazz) :
0 commit comments