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

Does not handle dynamic `description` #192

Open janpio opened 3 years ago

janpio commented 3 years ago

Great extension!

I have a description that uses the os.type() for better output in CI runs. The extension takes that as a string when trying to run individual tests, which of course does not match any tests.

firsttris commented 3 years ago

i think the jest-editor-support parser we are using can not resolve such dynamic descriptions