You should be able to just do `async { ... my code...
# coroutines
e
You should be able to just do
async { ... my code that I want to test ... }.await()
in your tests.