-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
danger pr failing in windows #224
Comments
ouch, interesting, this came from an update to the jest dependencies aea102d ( in 0.14.2 I started seeing issues with the tests around this, so it can be re-produced ) Perhaps it could be this? jestjs/jest#3079 I wonder if we can try set the no watchman |
I'll try to dig into jest and see where it falls apart I guess. |
I changed my local copy of As far as I can tell the transpiled async function never returns the constructed It's been very difficult to get a debugger able to actually step through any of this though 😞 |
This is still broken in |
Aye, aye, definitely still a blocker on 1.0 - current guess is for me to go through the exact options Jest sets to the haste map and see where danger differentiates. |
Also, it's possible that jest 20 comes out and fixes it :D |
and then it never goes anywhere. I traced it through the code as far as a I could, it makes it to this line in
DangerfileRunner.ts
and never continues. The process just stops after a bit.--verbose
and--repl
do nothing since it presumably is dying without continuing.The text was updated successfully, but these errors were encountered: