* 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
)
| 198 | * each query. |
| 199 | */ |
| 200 | locatorFor<T extends (HarnessQuery<any> | string)[]>( |
| 201 | ...queries: T |
| 202 | ): () => Promise<LocatorFnResult<T>>; |
| 203 |
no outgoing calls
no test coverage detected