Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function getTestRunnerCode
import { getTestRunnerCode } from "https://deno.land/x/dnt@0.36.0/lib/test_runner/get_test_runner_code.ts";

Parameters

options: { testEntryPoints: string[]; denoTestShimPackageName: string | undefined; includeEsModule: boolean | undefined; includeScriptModule: boolean | undefined; }