Replies: 1 comment
-
Also, an observation:
Moving this block to happen after |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m looking at
CounterPresenterTest
. I’m surprised that the scopes being used here aren’t usingTestCoroutineDispatcher
s, so thedelay
s are really happening. And that eachawaitItem()
has a default timeout of 1000 ms. Is that intentional? Could you go into some detail on why, when theoretically there could be full control over the frame clock?Beta Was this translation helpful? Give feedback.
All reactions