I'm testing `Kotlin-2.1.20-Beta2` and I see this m...
# webassembly
r
I'm testing
Kotlin-2.1.20-Beta2
and I see this message (warning?) for all my modules:
Copy code
Mocha test framework for Wasm target is not supported. For KotlinWasmNode used
What does it mean? I think my wasmJs tests are still working.
I have removed
Copy code
testTask {
    useMocha()
}
from my build configuration. The messages are gone and the tests are still executing.
I haven't found anything about this in the changelog.
i
@Ilya Goncharov [JB]
i
Wasm has its own test runners (https://github.com/JetBrains/kotlin/blob/1618143efde19be40462e5fb52d74780eef13cb0/[…]rg/jetbrains/kotlin/gradle/targets/js/testing/KotlinWasmNode.kt) Warning was added to warn that attempt of overriding test framework for wasm does not work