Interface: IAngularRenderedTestEngineOption
Defined in: angular-core/dist/index.d.mts:48
Options for createRenderedTestEngine, where the host environment (not the
engine) bootstrapped the application.
Properties​
applicationRef?​
optionalapplicationRef?:AngularAppStability
Defined in: angular-core/dist/index.d.mts:54
The ApplicationRef of the already-bootstrapped application. When
provided, interactions settle via whenStable(); when omitted the
interactor falls back to yielding a macrotask after each interaction.
settleTimeoutMs?​
optionalsettleTimeoutMs?:number
Defined in: angular-core/dist/index.d.mts:56