I’m trying to run the tests for my `js` target but...
# multiplatform
a
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
Seems that you don’t configure subtarget js { browser() // or nodejs() }
a
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