When upgrading from Kotlin 1.9.21 to 1.9.22 my JS ...
# javascript
r
When upgrading from Kotlin 1.9.21 to 1.9.22 my JS tests are no longer executed, even when I explicitly run
jsBrowserTest
gradle task. There is no error, they are just skipped.
wasmJs
tests are still executed normally.
Perhaps something was broken here https://youtrack.jetbrains.com/issue/KT-63719
t
For me it works with
es
module kind, but not in all cases
Looks like karma or loaders configuration is partially broken. New issue required 😞
t
Kotlin project required
Instead of Kotlin IDEA plugin
r
I don't know why it was registered this way. I can't change this.
t
It was from your previous issue or search filter :)
r
I hope someone from JB will move this to the correct project
t
Minimal test case will be helpfull
+ I will add 2 my test cases too
r
I've added a link to a simple reproducer https://github.com/rjaros/kt64561
If I comment
useEsModules()
for JS target it works correctly.
1
t
cc @Artem Kobzar
a
Hmmm. It's so weird, because we have tests on it. I will check it as soon as possible