Skip to main content
Latest
function queries.queryAllByTitle
import { queries } from "https://deno.land/x/fresh_testing_library@0.13.1/components.ts";
const { queryAllByTitle } = queries;

Type Parameters

optional
T extends HTMLElement = HTMLElement

Parameters

...args: Parameters<AllByBoundAttribute<T>>