The other option for kotlin js test code that runs...
# javascript
g
The other option for kotlin js test code that runs without the browser api, is to launch the test with only mocha+qunit. You can then create a mocha run configuration inside intellij and do some debug from intellij.
a
I use jest. Can run the test. But I will try your one. Thanks for the big help!
g
It will also run with mocha+jest. You can have a look to https://github.com/Kotlin/kotlinx.coroutines/tree/master/js/kotlinx-coroutines-core-js. This configuration works with intellij mocha run conf.