Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method TestSuiteInternal.runTest
import { TestSuiteInternal } from "https://deno.land/std@0.163.0/testing/_test_suite.ts";

Parameters

fn: (this: T, t: Deno.TestContext) => void | Promise<void>
context: T
optional
activeIndex = [UNSUPPORTED]