<@U12AGS8JG> Is any one using kotest 4.4.3 with ko...
# kotest-contributors
a
@sam Is any one using kotest 4.4.3 with kotlin multiplatform with JS target(IR backend). What i am observing without IR target Kotest is able to run js test but with IR target Kotest is ignoring the JS test. Anyone facing similar issue or any extra configuration required for IR to work with kotest. https://github.com/ashishkujoy/kotlin-js-jvm-library
I tried with kotlin test library, with that I am able to run js test(IR backend), so looks like kotest is not able to discover those test for when compiled with IR backend
s
we only recently added the IR build
did it make it into 4.4.3 ?
a
Oh Is it not in 4.4.3
s
I thought it was
but it's worth checking
a
I will try with snapshot version
Same with latest snapshot 4.6.0.166-SNAPSHOT
s
ok great