I swore that test contexts (`context` in `ShouldTe...
# kotest
b
I swore that test contexts (
context
in
ShouldTest
) were in a coroutine scope, but noticing I can't call
launch
in there...am I missing something? Or do I need to create my own?