You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode native testing prompts incorrectly render up in my .spec. files, but the native testing prompts do not work for my test setup, yielding the false impression that the "run test" green arrow can actually do anything of value.
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.
Problem
VSCode native testing prompts incorrectly render up in my
.spec.
files, but the native testing prompts do not work for my test setup, yielding the false impression that the "run test" green arrow can actually do anything of value.Instead, I use firsttris/vscode-jest-runner#312 for my tests (shown above the describe block).
Discussion
If a project does not want VSCode native testing, can we support removing it from the UI entirely, via configuration?
The text was updated successfully, but these errors were encountered: