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

x/fresh_testing_library/components.ts>QueryByRole

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

Type Parameters

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