* Searches for an instance of the component corresponding to the given harness type under the * `HarnessLoader`'s root element, and returns a boolean indicating if any were found. * @param query A query for a harness to create * @return A boolean indicating if an instance was found.
(query: HarnessQuery<T>)
| 153 | * @return A boolean indicating if an instance was found. |
| 154 | */ |
| 155 | hasHarness<T extends ComponentHarness>(query: HarnessQuery<T>): Promise<boolean>; |
| 156 | } |
| 157 | |
| 158 | /** |
no outgoing calls
no test coverage detected