https://kotlinlang.org logo
Title
d

Didier Villevalois

06/26/2022, 1:38 PM
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?
Also @sam, if I understand correctly this also means
withData
can't be used in the JS target, right?
b

benkuly

06/27/2022, 2:13 PM
Nested JS tests are possible, but there are some problem, which needs to be fixed first: https://github.com/kotest/kotest/pull/2957