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
265 stars 124 forks source link

Run | Debug buttons are not showing on *.*.spec.ts files #198

Closed glebbash closed 2 years ago

glebbash commented 3 years ago

CodeLens is not working on app.module.spec.ts, logger.service.spec.ts... Seems like any file with more than 2 dots is ignored by Jestrunner: Code Lens Selector setting.

glebbash commented 2 years ago

Seems to be working on v0.4.47