The fix to the issue I created, (
https://youtrack.jetbrains.com/issue/KT-16979) about the names of main and test js files created from a module, creates two js files adding _main and _test to the project name.
It corrects the bug but it forces everyone to manually change the name of the generated file (no one will publish a library with a name like my-cool-lib_main.js). Wouldn’t it be better to just add ‘_test’ for the test code and leave the main code as it was before without _main?