Skip to main content
Go to Latest
interface RunTestModulesOptions
implements [Deno.RunTestsOptions]
import { type RunTestModulesOptions } from "https://deno.land/std@0.35.0/testing/runner.ts";

Properties

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