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 fake timers and others #2612

Merged
merged 7 commits into from
Sep 11, 2024
Merged

upgrade fake timers and others #2612

merged 7 commits into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    293a59b View commit details
    Browse the repository at this point in the history
  2. fake-timers: no longer creating dates using the original Date class, …

    …but a subclass (proxy)
    fatso83 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3408276 View commit details
    Browse the repository at this point in the history
  3. Clarify intent and fix breaking test on global restore

    This was originally added (really rectified) in commit ac17669 (2013) when Sinon's fake-timers code allowed installing non-standard/unknown timers.
    
    Since the latest fake-timers no longer allows this, we have to do the test against a real/existing timer that the library knows about.
    fatso83 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bbf758d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcda303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    510267f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7ca525 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    eb65643 View commit details
    Browse the repository at this point in the history