-
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
vscode-jest stopping at launch of VSCode #360
vscode-jest stopping at launch of VSCode #360
Comments
Did you try without |
@Flavien-Pensato yes, same thing |
a few things to try:
|
@connectdotz extension runs using |
if the easy method didn't yield any hint, then the best way to approach this is to create a sample repo so we can cut through all these inefficient back-and-forth guesswork... |
I'm having the same problem. Jest is trying to scan the
This is the console output:
|
It looks the same issue described (and solved) here. |
I also faced this issue. And the issue was with the name of my Project. The Project Name should not have any space in it. Once, I changed the name of the project it worked perfectly for me. |
If you see this, just know that it's most likely related to Jest watching every files inside your node_modules directory. Add this to your jest config:
And then kill all node process currrently running It should fix the problem. |
Environment
node -v
: v9.4.0npm -v
: 6.3.0Prerequisite
Steps to Reproduce
module.exports = { verbose: true, testURL: "http://localhost/", }
Expected Behavior
vscode-jest should work
Actual Behavior
After opening project with jest in VSCode:
Starting Jest in Watch mode failed too many times and has been stopped.
The text was updated successfully, but these errors were encountered: