Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface RunTestModulesOptions
implements [Deno.RunTestsOptions]
import { type RunTestModulesOptions } from "https://deno.land/std@0.36.0/testing/runner.ts";

Properties

optional
include: string[]
optional
exclude: string[]
optional
allowNone: boolean