Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/js/testing/testing.ts>TestFunction

A modern runtime for JavaScript and TypeScript.
Go to Latest
type alias TestFunction
import { type TestFunction } from "https://deno.land/x/deno@v0.1.0/js/testing/testing.ts";
definition: () => void | Promise<void>