Join Slack
Powered by
I’m trying to run the tests for my `js` target but...
# multiplatform
a
ansman
12/24/2019, 6:15 PM
I’m trying to run the tests for my
js
target but I keep getting
:module:jsTest NO-SOURCE
. My tests are in
module/src/jsTest/kotlin
i
Ilya Goncharov [JB]
12/24/2019, 7:40 PM
Seems that you don’t configure subtarget js { browser() // or nodejs() }
a
ansman
12/24/2019, 7:41 PM
Ah, yeah. I followed the docs but I didn’t don’t that in there. I did notice that in the template project though
i
Ilya Goncharov [JB]
12/24/2019, 7:44 PM
And FYI:
https://youtrack.jetbrains.com/issue/KT-35636
Open in Slack
Previous
Next