@@ -2442,7 +2442,7 @@ getJasmineRequireObj().Suite = function(j$) {
|
|||||||
return fullName.join(' ');
|
return fullName.join(' ');
|
||||||
};
|
};
|
||||||
|
|
||||||
Suite.prototype.pend = function(message) {
|
Suite.prototype.pend = function() {
|
||||||
this.markedPending = true;
|
this.markedPending = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ getJasmineRequireObj().Suite = function(j$) {
|
|||||||
return fullName.join(' ');
|
return fullName.join(' ');
|
||||||
};
|
};
|
||||||
|
|
||||||
Suite.prototype.pend = function(message) {
|
Suite.prototype.pend = function() {
|
||||||
this.markedPending = true;
|
this.markedPending = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user