Does anyone knows if there is a way to properly mo...
# android
g
Does anyone knows if there is a way to properly mock a suspend function?
d
I use #mockk with
coEvery {  }
😮 1
👍 1
g
I did not know about mockk it looks awesome thanks
d
It is 😋