Skip to main content
Module

x/fresh_testing_library/components.ts>Variant

Utilities for testing fresh apps
Go to Latest
type alias Variant
import { type Variant } from "https://deno.land/x/fresh_testing_library@0.13.0/components.ts";
definition:
| "find"
| "findAll"
| "get"
| "getAll"
| "query"
| "queryAll"