Hi! Bumping from kotest 5.0.0 to 5.3.1, I now have kotest complaining that "Nested tests are not supported" when running my tests on JS target.
I understand the explanations @sam gave about the
describe
levels not supporting async lambdas in JS test frameworks. Now I need to understand why we need to have non-test-case levels suspending on the Kotest side?
Didier Villevalois
06/26/2022, 1:45 PM
Also @sam, if I understand correctly this also means