New test run in Kotlin/JS
Has anyone successfully created a project where they have a separate JS compilation and test run using it? I’m using the IR compiler in a multiplatform project, if that makes any difference.
At first it seems like the way you’re supposed to do this is use the
testRuns container, with something like:
kotlin {
js(IR) {
browser {...