Paul Woitaschek
@Test fun myTest() = runTest { flow { delay(10.milliseconds) emit(Unit) }.test { awaitItem() shouldBe Unit } }