Skip to content
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

Jest hangs indefinitely #777

Closed
dunglas opened this issue Feb 4, 2018 · 5 comments
Closed

Jest hangs indefinitely #777

dunglas opened this issue Feb 4, 2018 · 5 comments

Comments

@dunglas
Copy link
Contributor

dunglas commented Feb 4, 2018

Version

3.0.0-alpha.8

Reproduction link

https://github.com/dunglas/test-again

Steps to reproduce

$ vue create foo
# Select "Unit testing" then "jest"
$ cd foo
$ yarn test

What is expected?

The dummy test in the skeleton should run

What is actually happening?

$ yarn test
  yarn run v1.3.2
  $ vue-cli-service test

  ... never returns, displays nothing

Mac zsh

@yyx990803
Copy link
Member

Hmm, this may be a zsh specific issue... since I can run it without a problem in bash.

@dunglas
Copy link
Contributor Author

dunglas commented Feb 5, 2018

I've the same problem using bash, and when invoking jest directly. I'll try to go deeper in the investigation

@oldskool73
Copy link

not much help, but with cli-service 3.0.0-alpha.8, zsh 5.4.2 (x86_64-apple-darwin15.6.0) and OSX Sierra, running yarn test in a brand new cli project works fine for me.

@dunglas
Copy link
Contributor Author

dunglas commented Feb 6, 2018

Closing for now, it's probably on my side, I'll investigate.

@dunglas dunglas closed this as completed Feb 6, 2018
@dunglas
Copy link
Contributor Author

dunglas commented May 25, 2018

Just in case someone find this issue after some Googling, the issue was related to jestjs/jest#4529

Quick fix: brew uninstall watchman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants