reactlynx-testing-library / GetByText
type GetByText<T>: (container: HTMLElement, id: Matcher, options?: SelectorMatcherOptions) => T;
T
HTMLElement