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

@@ -33,9 +33,6 @@ describe('Runner', function() {
attrs = attrs || {};
this.id = 'suite' + suiteNumber++;
this.children = attrs.children || [];
this.canBeReentered = function() {
return !attrs.noReenter;
};
this.markedPending = attrs.markedPending || false;
this.sharedUserContext = function() {
return attrs.userContext || {};