Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function queries.getByDisplayValue
import { queries } from "https://deno.land/x/fresh_testing_library@0.13.1/components.ts";
const { getByDisplayValue } = queries;

Type Parameters

optional
T extends HTMLElement = HTMLElement

Parameters

...args: Parameters<GetByBoundAttribute<T>>