Join Slack
Powered by
Do tests still need to be ran with something like ...
# javascript
p
Patrick Jackson
08/30/2019, 6:12 PM
Do tests still need to be ran with something like this:
https://stackoverflow.com/questions/52618371/how-to-make-my-js-tests-appear-in-kotlin-multiplatform-project
g
gildor
09/01/2019, 2:44 PM
Nope, now it supported out of the box with new MPP and Kotlin/JS plugins
gildor
09/01/2019, 2:47 PM
For example this is whole config for nodejs and browser tests for MPP plugin (the same for new is, a bit different DSL)
https://github.com/gildor/knel/blob/master/build.gradle.kts#L18-L21
2
Views
Open in Slack
Previous
Next