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

Use the test name, instead of the file path, to reference a test

Open gustavo80br opened this issue 3 years ago • 1 comments

My typescript tests need to call "test-name.test" so it's able to find the right javascript file in the dist/ folder. I found no way to use the plugin because I couldn't customize the way to reference a test, except by its full file path. Is there a way to overcome this problem, or write a settings that can make sens in this case? Thanks

gustavo80br avatar Aug 02 '22 22:08 gustavo80br

Please attach some code examples for better review of the problem

Avivbens avatar Aug 16 '22 00:08 Avivbens