Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias RenderResult
import { type RenderResult } from "https://deno.land/x/fresh_testing_library@0.13.0/deps/testing-library.ts";

Type Parameters

optional
Q extends Queries = queries
definition: { container: Element; baseElement: Element; debug: (baseElement?: Element | DocumentFragment) => void; rerender: (ui: ComponentChild) => void; unmount: () => boolean; asFragment: () => DocumentFragment; } & [P in keyof Q]: BoundFunction<Q[P]>