-
Notifications
You must be signed in to change notification settings - Fork 295
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
create-react-app #113
Comments
Does your test script has the flag: |
Yes it does @tomtobac, when I run |
vscode-jest does not run |
I have got the exactly same error. |
Same errore here |
Just ran into this problem as well. If you're on windows try setting the |
Thanks for your suggestion @silentdragonz , now my tests ran through vscode-jest and I can see inline error messages, but only if I set Anyway one thing I'm missing looking at the example gif are suggestions, but I'm not sure they are part of this package? |
|
I've tried setting My I'm also using |
This might be a stupid question but in my case, the output of the Jest plugin only shows this
and it gets stuck in there, I can't press any key... |
@silentdragonz Thank you so much. Worked like a Charm. |
When a project is bootstrapped with create-react-app using the latest versions of node/npm, the react-scripts executable is installed in the top level node_modules/.bin directory. This has been added as the first path to check. This fixes jest-community#161, closes jest-community#39, closes jest-community#113 and resolves facebook/create-react-app#2709, and closes jest-community#125.
The text was updated successfully, but these errors were encountered: