Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade lolex with async versions of all timer-executing calls (2019) #237

Merged
merged 5 commits into from
Oct 14, 2019

Commits on Oct 11, 2019

  1. Upgrade lolex with async versions of most calls

    Added tickAsync(), nextAsync(), runAllAsync(), runToLastAsync()
    kylefleming authored and dominykas committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    6353d26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c5dfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8683512 View commit details
    Browse the repository at this point in the history
  4. Fix lint issues

    dominykas committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    6bea37c View commit details
    Browse the repository at this point in the history
  5. Decrease the number of loops when testing with promises

    Promises are slow, they result in many browser ticks, making the tests timeout on Firefox.
    dominykas committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    d2fc2ca View commit details
    Browse the repository at this point in the history