* Creates an asynchronous locator function that can be used to find a `ComponentHarness` instance * or element under the root element of this `LocatorFactory`. * * For example, given the following DOM and assuming `DivHarness.hostSelector` is `'div'` * * ```html * </di
(
...queries: T
)
| 232 | * result types for each query or null. |
| 233 | */ |
| 234 | locatorForOptional<T extends (HarnessQuery<any> | string)[]>( |
| 235 | ...queries: T |
| 236 | ): () => Promise<LocatorFnResult<T> | null>; |
| 237 |
no outgoing calls
no test coverage detected