Tristan Teufel

Results 122 comments of Tristan Teufel

If you know how to improve it, pull-requests and suggestions are always welcome ;)

You are saying it does not work with CRA, but I'm pretty sure it does work with the provided information. Didn't it work for you when putting 'npm run test...

its now always publishing to both markets https://github.com/firsttris/vscode-jest-runner/blob/master/package.json#L204

hey @gustavo80br thanks for your contribution. Im curios why you want to do this? My understandig is the following: With the correct config Jest CLI has the capability to preprocess...

hey @gustavo80br happy that you found a solution. one main advantage the came with jest is that you dont have to compile your typescript files to run the test, that...

On Linux it's working for bash, fish, zsh. On windows I would suggest using Powershell. It also supports all bash commands.

maybe this happens because of your remote wsl connection? can you use the vanilla debug feature from vscode. the addon is just executing that.

pull request welcome if you know how to achieve this.