Hi, I’m new to kotlin multi-platform projects, and I’m writing a unit test for js code
I can’t find relative information online by Googling “Kotlin multi platform js unit test”, maybe wrong keywords?
there is a marker besides the test, but I can’t run it
if I write the same code into common module/test, not even the run icon shows up
the jvm version works fine, I have nodejs installed, but it seem that a project can have only one SDK
my questions are:
- does common module support testing? or it’s just a stub and I have to run testing on both js and jvm individually
- how can I run js unit test and how can I run js code directly inside IDE directly? without authoring a index.htm and load it up inside a browser
thx in advance for any help