Tristan Teufel

Results 121 comments of Tristan Teufel

Have you checked the add-on settings options for PNP? Regards Tristan Simon Sotak ***@***.***> schrieb am Mi., 12. Jan. 2022, 11:31: > I'm in a Yarn2 PnP monorepo, where jest...

check 0.4.48 and report if this issue still persists.

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

thx for your report. my understanding is babel 7 parser fully supports typescript syntax. We even migrated from typescript to babel parser in jest-editor-support. for whatever reasons. but decorators are...

i think its just a matter of adding the plugin here. https://github.com/jest-community/jest-editor-support/blob/master/src/parsers/helper.ts#L11 i refactored this from typerscript to bable_parser at some point and of course, they need to release a...

probably they need to be escaped and are not

for the explorer/context menu its hardcoded here: https://github.com/firsttris/vscode-jest-runner/blob/master/package.json#L180 we would need to add e2e for codeLens there is a extenion setting: jestrunner.codeLensSelector https://github.com/firsttris/vscode-jest-runner#extension-settings

will check if thats possible!

there is a option to use external terminal now

could you provide some example command for Code.test.tsx and Code.tsx