Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fresh_testing_library/mod.ts>queries.QueryByRole

Utilities for testing fresh apps
Latest
type alias queries.QueryByRole
import { type queries } from "https://deno.land/x/fresh_testing_library@0.13.1/mod.ts";
const { QueryByRole } = queries;

Type Parameters

optional
T extends HTMLElement = HTMLElement
definition: (
container: HTMLElement,
role: ByRoleMatcher,
options?: ByRoleOptions,
) => T | null