-
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
Can't debug tests with version 5.1 of plugin #997
Comments
+1 over here with v5.1:
|
Shoot, yes, looks like there is a problem... This looks like an auto-config issue. It used
[update] I will take a closer look tomorrow to see how we can patch it soon. |
We just released v5.2.1 pre-release with the fix. Please give it a try and let us know how it works for you. |
It works. Thank you! |
Environment
vscode-jest version
: v5.1.0node -v
: v18.13.0npm -v
: 9.3.1npm ls jest
:Behavior
With version 5.1 of this plugin I'm not able to debug the tests anymore. With version v4.6.0 it was possible to debug the tests.
I saw that the command line for running the tests did change:
v4.6.0:
v5.1.0:
This is the output:
The text was updated successfully, but these errors were encountered: