Dummy change

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

View file

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