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(jest): compatibility with jest@28 #37

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

goooseman
Copy link

@goooseman goooseman commented May 22, 2023

Closes #36

The way to detect fake timers has been changed in Jest28. This PR updates project's dependencies and fixes the problem.

P.S. I wanted to keep this change as small as possible, but without updating jest there is no way to write unit tests. And to update jest I had to update other dependencies.

@aarowman
Copy link

aarowman commented Sep 1, 2023

Hello, any progress on this? I am running into issues with this library and fake timers in Jest 29

@aarowman
Copy link

Is this repo dead? This issue and PR has been open for over a year and no movement 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fake timers are not detected at jest@28
2 participants