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

fix: correct instanceof for ModernFakeTimers and LegacyFakeTimers methods #11946

Merged
merged 4 commits into from Oct 15, 2021

Commits on Oct 15, 2021

  1. fix: use typeof type guard instead of instanceof to differentiate Mod…

    …ernFakeTimers and LegacyFakeTimers methods
    
    Closes jestjs#11660 jestjs#11767 jestjs#11662
    minijus committed Oct 15, 2021
    Copy the full SHA
    de211da View commit details
    Browse the repository at this point in the history
  2. only dev dep now

    SimenB committed Oct 15, 2021
    Copy the full SHA
    f1602d0 View commit details
    Browse the repository at this point in the history
  3. simplify check

    SimenB committed Oct 15, 2021
    Copy the full SHA
    e4b2867 View commit details
    Browse the repository at this point in the history
  4. tweak changelog

    SimenB committed Oct 15, 2021
    Copy the full SHA
    e1ec9b7 View commit details
    Browse the repository at this point in the history