Skip to main content
Module

x/fresh_testing_library/components.ts>findByText

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

Type Parameters

optional
T extends HTMLElement = HTMLElement

Parameters

...args: Parameters<FindByText<T>>

Returns

ReturnType<FindByText<T>>