-
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
Alpha 3: it.todo causes debug code lens to crash #657
Comments
indeed this is a bug that is triggered by the |
I'm working on removing the debug tag for todo tests (#634). Not sure if that will fix this issue. |
probably not, the problem with todo is that jest did not generate location info for them, which broke the matching logic... |
connectdotz
added a commit
to connectdotz/vscode-jest
that referenced
this issue
Feb 5, 2021
connectdotz
added a commit
that referenced
this issue
Feb 9, 2021
legend1202
pushed a commit
to legend1202/vscode-jest
that referenced
this issue
Jun 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
node -v
: 12.20.0npm -v
: 6.14.8npm ls jest
ornpm ls react-scripts
(if you haven’t ejected): 26.6.3Operating system: macOS 11.1
Prerequisite
npm run test
ornode_modules/.bin/jest
) npm run testSteps to Reproduce
Relevant Debug Info
Expected Behavior
clicking on the
debug
code lens should start debuggingActual Behavior
nothing happens - error in console.
If I have an
it.todo
in the file, the debug lens does not work.The text was updated successfully, but these errors were encountered: