vscode-jest-runner
vscode-jest-runner copied to clipboard
Does not handle dynamic `description`
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.
i think the jest-editor-support parser we are using can not resolve such dynamic descriptions