@exodus/test
    Preparing search index...

    Interface MockFunctionOptions

    interface MockFunctionOptions {
        times?: number;
    }

    Hierarchy

    Index

    Properties

    Properties

    times?: number

    The number of times that the mock will use the behavior of implementation. Once the mock function has been called times times, it will automatically restore the behavior of original. This value must be an integer greater than zero.

    Infinity