Go to Latest
interface RunTestModulesOptions
implements [Deno.RunTestsOptions]
import { type RunTestModulesOptions } from "https://dotland.deno.dev/std@0.36.0/testing/runner.ts";

Properties

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