-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not-test onProcessExit: process exit with code=127 #865
Comments
this is an indication that the shell env is not properly initialized. Try to start vscode from a terminal (instead of UI). more detailed info here |
Opening the VS Code this way has improved, but I don't think it's an intuitive way |
indeed, I am hoping to come up with a better fix soon. I will let you know when it is available. The link provided above (#741 (comment)) suggested a few workarounds, you can choose the one least sucked for now 😬 |
Yap, I think I will wait until it’s solved :) |
I'm having the same issue but lacking |
Environment
vscode-jest version
: v4.4.0node -v
: v17.1.0npm -v
: 8.1.4npm ls jest
: jest@28.1.0Prerequisite
npm run test
ornpm run start:test
Steps to Reproduce
This is my working repository: https://github.com/201flaviosilva/HillClimbing.js
Relevant Debug Info
Expected Behavior
To run the test with any problem
Actual Behavior
Not run the tests and print this error:
The text was updated successfully, but these errors were encountered: