-
Notifications
You must be signed in to change notification settings - Fork 656
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
[3.x] Can't resolve apollo-testing-support:3.0.0-beta01 #3459
Comments
Hi 👋 ! Indeed that would be related to this change. I'm curious why you need |
I'm using these in my tests: import com.apollographql.apollo3.testing.enqueue
import com.apollographql.apollo3.testing.runWithMainLoop But maybe I can just use |
Out of curiosity, did you consider running your tests on macOSX64 instead? This is what we do (and why this wasn't caught). It runs faster and doesn't require an emulator. In the event of a crash, we get a core dump on the host machine directly and can even use lldb if required. I haven't found a case where testing on iOS would catch something that wasn't caught on macOSX64 but maybe I'm missing something? |
Thanks! No I haven't considered running tests on macOSX64. What you described sounds like a win so I'll try it out 😄 |
Fixed with |
Summary
There seems to be some publishing issue with 3.0.0-beta01?
Version
3.0.0-beta01
Description
After updating to
3.0.0-beta01
I can no longer resolve theapollo-testing-support
dependency:Possibly related to the new JS target?
The text was updated successfully, but these errors were encountered: