How do I run tests in a javascript module of a kot...
# multiplatform
a
How do I run tests in a javascript module of a kotlin MPP? I see in the docs that I need to set it up manually but I only see examples for the old way not for the new
kotlin-multiplatform
plugin.
h
Take a look at this Gradle plugin by @salomonbrys: https://github.com/SalomonBrys/Kotlin-JS-Gradle-Utils
r
There's also a sample project with js tests by @orangy at https://github.com/orangy/multiplatform-lib