Join Slack
Powered by
How do I run tests in a javascript module of a kot...
# multiplatform
a
addamsson
01/24/2019, 1:31 PM
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
h0tk3y
01/24/2019, 1:38 PM
Take a look at this Gradle plugin by
@salomonbrys
:
https://github.com/SalomonBrys/Kotlin-JS-Gradle-Utils
r
russhwolf
01/24/2019, 1:39 PM
There's also a sample project with js tests by
@orangy
at
https://github.com/orangy/multiplatform-lib
Open in Slack
Previous
Next