Undo dummy change

This commit is contained in:
Adam Gastineau 2025-02-19 06:49:00 -08:00
parent c1ccd66ad0
commit c7150ccc42

View file

@ -70,7 +70,6 @@ export class TestInfoImpl implements TestInfo {
readonly _tracing: TestTracing;
readonly _floatingPromiseScope: FloatingPromiseScope = new FloatingPromiseScope();
_wasInterrupted = false;
_lastStepId = 0;
private readonly _requireFile: string;