BUPKIS
    Preparing search index...

    Interface ExpectUsingOptions

    Options for expectUsing functions.

    interface ExpectUsingOptions {
        negated?: boolean;
    }
    Index

    Properties

    Properties

    negated?: boolean

    Whether to run the assertion in negated mode. When true, the assertion is expected to fail (which means success for negated).