We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43de55b commit 93db506Copy full SHA for 93db506
vendor/jasmine-jquery.js
@@ -21,7 +21,6 @@ jasmine.JQuery.matchersClass = {};
21
(function(){
22
var jQueryMatchers = {
23
toHaveClass: function(className) {
24
- debugger
25
if (this.actual instanceof HTMLElement) {
26
return this.actual.classList.contains(className)
27
} else {
0 commit comments