-
Notifications
You must be signed in to change notification settings - Fork 293
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
Bug: Spawning Jest on Windows with jest-editor-support < 22.1.3 #274
Comments
Somehow I couldn't reproduce that bug using just those steps (I am running node 9.3.0, but that shouldn't make any differences). In my case there is an error showing up in developer console but the extension is nevertheless running fine. Isn't the extension using its own (specified) supplied However on all versions of Jest used I noticed that it trys to spawn |
Brilliant, thanks @stephtr! 👍 My Windows box hasn't seen much use lately and had Jest v21. I'll submit a PR to spawn with the shell settings tonight (if you haven't already). |
I'll close this too since it's not really a bug anymore. |
Environment
node -v
: 8.9.1npm -v
: 5.5.1npm ls react-scripts
(if you haven’t ejected): N/AProblem
Our recent changes to the way we spawn Jest on Windows has introduced a regression in projects that aren't using
jest-editor-support
version^22.1.3
. This presents itself in two ways:In release 2.6.4:
Jest appears to run propertly, but there is an error in the Developer Tools console:
When debugging the extension, the first uncaught error shares the same call stack:
Debugging the extension from master:
Steps to Reproduce
yarn install
yarn remove jest
yarn add jest@21.2.1
Expected Behavior
CC @stephtr
The text was updated successfully, but these errors were encountered: