firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
264 stars 124 forks source link

No run buttons on *.*-spec.ts files #310

Closed oitan closed 1 year ago

oitan commented 1 year ago

We have *.api-spec.ts, *.e2e-spec.ts files, and those have no run or debug buttons, which usually do appear above test(), spec(), describe() jest function.

whalemare commented 1 year ago

@oitan did you trying to override jestrunner.codeLensSelector property described in readme.md file in this repository?

oitan commented 1 year ago

@whalemare it worked. Thank you. I promise I read readme.md, just didn't notice.