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

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

Closed gustavo80br closed 2 years ago

gustavo80br commented 2 years ago

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

Avivbens commented 2 years ago

Please attach some code examples for better review of the problem