-
Notifications
You must be signed in to change notification settings - Fork 295
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
"Click to run tests" doesn't work on Jest v30 #1109
Comments
Thanks for bringing this to our attention. It looks like there might be non-trivial work required to support the upcoming Jest v30. We shall start looking into it after releasing v6 to production. |
@SimenB, regarding preparing the extension for the upcoming Jest v30: Upon reviewing the release changelogs, I've noticed quite a few breaking changes, some of which will require us to modify our code, as highlighted by the issue mentioned here. I'm concerned there might be other issues related to Jest v30 that we are not yet aware of. I have a few questions I hope you can help answer, which will assist us in plotting a path to support the new release:
|
Hey! 👋
|
Hey folks, I ran into this issue earlier in the week when trying to get vscode working for our jest tests running on jest v30. Was curious if there was any updates about the timeline for fixing this issue? I'd be happy to help out if its pretty straightforward! |
@johnwiseheart, thanks for the offer. Unfortunately, the change might not be trivial. We might need to introduce version-aware changes. I am still waiting for the major issue (jestjs/jest#14726) before starting this work. Will let you know if we can use your help. 🙏 |
No problem! I'll see if I can help move forward the issue on the jest side :) |
Hey everyone, The fix is out! Check out the pre-release v6.3.0-next and let us know if you run into any issues. |
Environment
vscode-jest version
: v6.1.2 (pre-release)node -v
: v20.11.0npm -v
oryarn --version
: yarn 4.1.0npm ls jest
ornpm ls react-scripts
(if you haven’t ejected):Prerequisite
Steps to Reproduce
Expected Behavior
test is run
Actual Behavior
error below is shown on "test results" tab
The text was updated successfully, but these errors were encountered: