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.
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.