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

Add support for jest-circus #408

Open
pavelrazuvalau opened this issue Dec 16, 2022 · 2 comments
Open

Add support for jest-circus #408

pavelrazuvalau opened this issue Dec 16, 2022 · 2 comments

Comments

@pavelrazuvalau
Copy link

pavelrazuvalau commented Dec 16, 2022

Because of removing the jest-jasmine2 test runner, when I use the toBeObservable matcher I always get the following observable:

[{"frame": 0, "notification": {"error": undefined, "kind": "C", "value": undefined}}]

which makes it impossible to use jest-marbles with the latest version of jest.

If I understood correctly, it could be used with version <27.

Is it possible to add support for the newest version of jest with the jest-circus?

Thank you!

@just-jeb
Copy link
Owner

just-jeb commented Jan 7, 2024

Is this still relevant? It seems to work just fine with Jest 29.

@schmkr
Copy link

schmkr commented Mar 22, 2024

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.

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

No branches or pull requests

3 participants