rm more vestiges of suite re-entry support
This commit is contained in:
@@ -162,10 +162,6 @@ getJasmineRequireObj().Suite = function(j$) {
|
||||
return this.result;
|
||||
}
|
||||
|
||||
canBeReentered() {
|
||||
return this.beforeAllFns.length === 0 && this.afterAllFns.length === 0;
|
||||
}
|
||||
|
||||
sharedUserContext() {
|
||||
if (!this.sharedContext) {
|
||||
this.sharedContext = this.parentSuite
|
||||
|
||||
Reference in New Issue
Block a user