KC's Workspace
    Preparing search index...
    interface Config {
        deepEqual: <L, R>(expected: L, actual: R) => void;
        includeStack: boolean;
        proxyExcludedKeys: string[];
        showDiff: boolean;
        truncateThreshold: number;
        useProxy: boolean;
    }
    Index

    Properties

    deepEqual: <L, R>(expected: L, actual: R) => void
    includeStack: boolean

    Default: false

    proxyExcludedKeys: string[]

    Default: ['then', 'catch', 'inspect', 'toJSON']

    showDiff: boolean

    Default: true

    truncateThreshold: number

    Default: 40

    useProxy: boolean

    Default: true