Hi. I'm tryuing to use kotest in multiplatform (JS...
# kotest
p
Hi. I'm tryuing to use kotest in multiplatform (JS mostly) project. But tests runned in chrome headless are succeeding, even when thay fail (as they should) under JVM. Any idea why?
In the gradle report, I see the classes with tests are run.
But not the individual tests, hmm. Just
kotestJavascript
.