Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.3/js/testing/testing.ts";
definition: () => void | Promise<void>