Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh_testing_library/components.ts>default

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

type

{ readonly setup: setupMain; readonly clear: directApi.clear; readonly click: directApi.click; readonly copy: directApi.copy; readonly cut: directApi.cut; readonly dblClick: directApi.dblClick; readonly deselectOptions: directApi.deselectOptions; readonly hover: directApi.hover; readonly keyboard: directApi.keyboard; readonly pointer: directApi.pointer; readonly paste: directApi.paste; readonly selectOptions: directApi.selectOptions; readonly tripleClick: directApi.tripleClick; readonly type: directApi.type; readonly unhover: directApi.unhover; readonly upload: directApi.upload; readonly tab: directApi.tab; }