KC's Workspace
    Preparing search index...
    interface TestError {
        actual?: string;
        cause?: TestError;
        diff?: string;
        expected?: string;
        message: string;
        name?: string;
        stack?: string;
        stacks?: ParsedStack[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    actual?: string
    cause?: TestError
    diff?: string
    expected?: string
    message: string
    name?: string
    stack?: string
    stacks?: ParsedStack[]