vscode-jest-runner icon indicating copy to clipboard operation
vscode-jest-runner copied to clipboard

Does not handle dynamic `description`

Open janpio opened this issue 4 years ago • 1 comments

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.

janpio avatar Jun 19 '21 12:06 janpio

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

firsttris avatar Sep 09 '21 07:09 firsttris