cypress-cucumber-steps
    Preparing search index...

    Function When_I_use_real_timers

    • When I use real timers:

      When I use real timers
      

      Restores timers to their normal behavior.

      Returns void

      Restore the clock and allow your application to resume normally without manipulating native global functions related to time:

      When I use real timers
      

      This is automatically called between tests, so should not generally be needed.