Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.36.0/lib/test_runner/test_runner.ts";

Properties

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