Comunica
    Preparing search index...

    Function runOnlyPendingTimersAsync

    • Asynchronous equivalent of jest.runOnlyPendingTimers(). It also yields to the event loop, allowing any scheduled promise callbacks to execute before running the timers.

      Returns Promise<void>

      Not available when using legacy fake timers implementation.