rm more vestiges of suite re-entry support

This commit is contained in:
Steve Gravrock
2025-09-28 08:55:47 -07:00
parent 2a83f5cc30
commit 418393c496
4 changed files with 0 additions and 55 deletions

View File

@@ -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