``` @Test fun myTest() = runBlocking{ launch(Uncon...
# coroutines
g
Copy code
@Test
fun myTest() = runBlocking{ launch(Unconfined) {}.join()
}