Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/chai@v5.0.0-alpha.2/lib/chai/config.js";

type

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