Dummy change
This commit is contained in:
parent
d84588b565
commit
c1ccd66ad0
|
|
@ -70,6 +70,7 @@ export class TestInfoImpl implements TestInfo {
|
||||||
readonly _tracing: TestTracing;
|
readonly _tracing: TestTracing;
|
||||||
readonly _floatingPromiseScope: FloatingPromiseScope = new FloatingPromiseScope();
|
readonly _floatingPromiseScope: FloatingPromiseScope = new FloatingPromiseScope();
|
||||||
|
|
||||||
|
|
||||||
_wasInterrupted = false;
|
_wasInterrupted = false;
|
||||||
_lastStepId = 0;
|
_lastStepId = 0;
|
||||||
private readonly _requireFile: string;
|
private readonly _requireFile: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue