-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
.babelrc in a parent directory interferes with npm test #949
Comments
Please run:
and try to reproduce the issue again. Can you still reproduce it? |
I'm also seeing an issue with Anything I can do to debug? |
This issue is not about hanging, it's about a crash due to a missing preset. Could you please file a new issue with details about your setup and your console output / screenshot? |
@gaearon same result. |
I have a suspicion you might have a stray For example, make sure |
@gaearon you were right. This issue is resolved. |
Let's reopen because ideally |
Description
What are you reporting?
I scaffold a new app and run
npm test
Expected behavior
successful test coverage and count
Actual behavior
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected): [email protected]node -v
: v6.7.0npm -v
:3.10.3Then, specify:
Macbook-pro
Reproducible Demo
https://github.com/fadeojo/demo
The text was updated successfully, but these errors were encountered: