You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new 27.x version does not support done callback and async test simultaneously (see this: jestjs/jest#10529).
As we are using both of them in event-based tests (e.g: to test synchronize method), we need to refactor those them so we can test those methods with one of the two (done callback or async).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
when using
jest@latest
(currently v27) test suites brake with this error:several tests needs to be reviewed.
The text was updated successfully, but these errors were encountered: