Closed LinqLover closed 3 years ago
it should still work if you directly "right click" on the describe text and use the context-menu options. (with some kind of fallback solution)
Confirmed. So this is officially a low-level issue.
(Haha, I just noticed that I used the "Jest Test Explorer" for this before. :-) It does not have such a nice editor integration as this project, but the debugger integration is a bit better IMHO. For example, if I run an expect()
assertion in the debugging console, with vscode-jest-runner, I see [2m
artifacts in the output, whereas when using "Jest Test Explorer", jest appears to know that it is not printing to a TTY. Just a notice. :-))
can you post a example screenshot of what you explained?
check v0.4.43 if the behaviour has improved?
before there was a bug where the codelens options (run,debug) where placed at the wrong position. question: was this also related to your issue, and is fixed now?
regards tristan
re-open if this issue still persists
Consider this file:
The buttons are placed at the wrong position in the test, and if I press the Run button, jest will be invoked like this in the console so no tests will be run at all:
Apparently, the heuristic (?) that is used to find the jest cases does not cover my rather uncommon test file here ... :-)