Module

x/chai/lib/chai/config.js>config

BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
Go to Latest
variable config
import { config } from "https://dotland.deno.dev/x/chai@v5.0.0-alpha.2/lib/chai/config.js";

type

{ includeStack: boolean; showDiff: boolean; truncateThreshold: number; useProxy: boolean; proxyExcludedKeys: string[]; }