Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/testing/format.ts>Config

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface Config
import { type Config } from "https://deno.land/std@0.38.0/testing/format.ts";

Properties

callToJSON: boolean
escapeRegex: boolean
escapeString: boolean
indent: string
maxDepth: number
min: boolean
printFunctionName: boolean
spacingInner: string
spacingOuter: string