In Kotest 5.9.1, the artifact `kotest-runner-junit...
# kotest
o
In Kotest 5.9.1, the artifact
kotest-runner-junit5
contained a dependency to
kotlinx-coroutines
, which was great as sometimes I needed Coroutines in my tests, e.g. with Arrow's Raise DSL, you need Coroutines. Now this transient dependency disappeared... the
runTest
function is not available anymore. This is really bad, as now my project which does not really do much else with Coroutines needs to depend on
kotlinx-coroutines
itself... I need to track down the latest version, etc. Can this be re-added? Any reason for removal?
👍 1
s
Add kotest-assertions-table for the row and tables stuff