-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Run remote tests locally more often #327
Conversation
@jfmengels, this should fix your issue from #325 (comment). |
Uhhh... this flake is concerning. Read through it. I have no idea how that code path might be triggered, but I can repro locally, which is a step in the right direction. |
zx suppresses output by default (but still throws an error).
Haste is an ancient, deprecated, and unmaintained module system, which happens to power Jest. It doesn't like that there are duplicate manifests in the temp and snapshot dirs.
Oh, jest messing with stuff (pun intended). |
73cc247
to
962911a
Compare
I'm somewhat concerned that this didn't consistently fail. This should fix CI.
@jfmengels, this doesn't finish fixing #313, but it does fix enough I think it's worth merging and following up. |
@jfmengels, ping |
Sorry for the delay. Thank your for the improvements, they look nice 👍 |
Fixes a regression from #325.