interface SnapshotMatchOptions {
    error?: Error;
    inlineSnapshot?: string;
    isInline: boolean;
    key?: string;
    rawSnapshot?: RawSnapshotInfo;
    received: unknown;
    testName: string;
}

Properties

error?: Error
inlineSnapshot?: string
isInline: boolean
key?: string
rawSnapshot?: RawSnapshotInfo
received: unknown
testName: string

Generated using TypeDoc