Does the IntelliJ plugin support running Kotlin/Ja...
# kotest
r
Does the IntelliJ plugin support running Kotlin/Javascript tests? The test works when run directly from Gradle, but when running via the plugin it reports:
Caused by: java.lang.ClassNotFoundException: io.kotest.engine.launcher.MainKt
.
a
Kotest only support running jvm tests using the plugin for now