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
I believe this is indeed not relevant anymore. I have checked our repository using Jest v29 and ran npm ls jest-circus and npm ls jest-jasmine. There are no occurrences of jest-jasmine anymore. We do use the toBeObservable matcher extensively.
Because of removing the
jest-jasmine2
test runner, when I use thetoBeObservable
matcher I always get the following observable:which makes it impossible to use
jest-marbles
with the latest version ofjest
.If I understood correctly, it could be used with version <27.
Is it possible to add support for the newest version of
jest
with thejest-circus
?Thank you!
The text was updated successfully, but these errors were encountered: