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

x/dnt/lib/test_runner/test_runner.ts>TestDefinition

Deno to npm package build tool.
Go to Latest
interface TestDefinition
import { type TestDefinition } from "https://deno.land/x/dnt@0.39.0/lib/test_runner/test_runner.ts";

Properties

name: string
fn: (context: TestContext) => Promise<void> | void
optional
ignore: boolean