* Searches for an instance of the component corresponding to the given harness type under the * `HarnessLoader`'s root element, and returns a `ComponentHarness` for that instance. If multiple * matching components are found, a harness for the first one is returned. If no matching * componen
(query: HarnessQuery<T>)
| 118 | * @return An instance of the given harness type (or null if not found). |
| 119 | */ |
| 120 | getHarnessOrNull<T extends ComponentHarness>(query: HarnessQuery<T>): Promise<T | null>; |
| 121 | |
| 122 | /** |
| 123 | * Searches for an instance of the component corresponding to the given harness type under the |
no outgoing calls
no test coverage detected