Am I understanding correctly that `AbstractProject...
# kotest
k
Am I understanding correctly that
AbstractProjectConfig#testCoroutineDispatcher
is the same as
Spec#coroutineTestScope
which will wrap tests into
runTest
, and the name just hasn’t been updated yet?
I tried setting up my own
AbstractProjectConfig
implementation with
testCoroutineDispatcher = true
but that doesn’t seem to skip the delays.