Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fresh_testing_library/components.ts>QueryByRole

Utilities for testing fresh apps
Go to Latest
type alias QueryByRole
import { type QueryByRole } from "https://deno.land/x/fresh_testing_library@0.13.0/components.ts";

Type Parameters

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