Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias DeepEqualOptions

    Equality comparison options.

    type DeepEqualOptions = {
        context?: string | string[];
        errorsCollector?: ErrorsCollector;
        ignore?: string[];
    }
    Index

    Properties

    context?: string | string[]

    Initial context, i.e. name of the variable we are comparing.

    errorsCollector?: ErrorsCollector

    Optional shared errors collector. It can be used to run multiple assertions instead of failing on the first one.

    ignore?: string[]

    A list of ignored paths (for instance result.details).