Hi! Bumping from kotest 5.0.0 to 5.3.1, I now have...
# kotest
d
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
Nested JS tests are possible, but there are some problem, which needs to be fixed first: https://github.com/kotest/kotest/pull/2957