Dima Avdeev
06/19/2020, 6:54 AMspand
06/19/2020, 6:56 AMsuspend
?Dima Avdeev
06/19/2020, 7:18 AM@Test
suspend fun sampleTestOnJs() {
...
}
Output: Unsupported [suspend test functions]Dima Avdeev
06/19/2020, 7:21 AM@Test
fun sampleTestOnJvm() {
runBlocking {
...
}
}
spand
06/19/2020, 7:58 AManton.bannykh
06/19/2020, 5:40 PMPromise
and return it from the test.anton.bannykh
06/19/2020, 5:41 PM@Test suspend fun test...
was supposed to be supported, but that never happened unfortunatelyDima Avdeev
06/19/2020, 5:55 PM