Options to configure the environment.
interface TestbedHarnessEnvironmentOptions { queryFn: (selector: string, root: Element) => Iterable<Element> | ArrayLike<Element>;}
(selector: string, root: Element) => Iterable<Element> | ArrayLike<Element>
The query function used to find DOM elements.