API Reference | fast-check | Property based testing framework
    Preparing search index...

    Type Alias PropertyFailure

    Represent failures of the property

    Since 3.0.0

    type PropertyFailure = {
        error: unknown;
    }
    Index

    Properties

    Properties

    error: unknown

    The original error that has been intercepted. Possibly not an instance Error as users can throw anything.

    Since 3.0.0