`runTest` waits until all coroutines launched within its scope (i.e. the scope provided within the b...
m
runTest
waits until all coroutines launched within its scope (i.e. the scope provided within the block) finish. If they don't it throws the above exception.