import { type queries } from "https://deno.land/x/fresh_testing_library@0.13.1/mod.ts";
const { QueryByRole } = queries;
definition: () => T | null
container: HTMLElement,
role: ByRoleMatcher,
options?: ByRoleOptions,
import { type queries } from "https://deno.land/x/fresh_testing_library@0.13.1/mod.ts";
const { QueryByRole } = queries;