-
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
Error: This promise must be present when running with -o #142
Comments
This might be fixed by #146 |
@orta @drpicox I had the same issue. From this thread it seems like this is a problem whenever you don't have |
I think letting jest handle this is probably a good 👍 - or it can be added to jest-editor-support |
@sunshinejr, you should be able to run with vscode-jest would run the command first time as it is (without appending the Anyway, I agree with @orta that if the issue is caused by jest, it is best for the jest team to fix the root cause. Hopefully, the |
Right, sorry if my message wasn't clear, this is exactly what I wanted to say with Jest having opened PRs for the fix 👍 |
@sunshinejr, thanks for pointing at using the |
This is going against my "wontfix" label, but since the UI still gets stuck at "testing changes" is it worth:
|
Environment
node -v
: v8.1.0 or v6.10.2npm -v
: 5.0.3 or v5.4.1npm ls react-scripts
(if you haven’t ejected): (empty)Operating system: MacOS Sierra 10.12.6
Jest version: v21.1.0
vscode-jest version: 2.3.0
Steps to Reproduce
Expected Behavior
Work. Like it does when using latest jest v20
Actual Behavior
Does not works, does nothing.
The text was updated successfully, but these errors were encountered: