-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The JS unit tests defined in the common module do not work because runBlocking
is not implemented by kotlinx.coroutines
Theire should be an alternative (for example via mocking) for the tests which should not require networking.
Issue at kotlin.coroutines: Kotlin/kotlinx.coroutines#195