funny, when i set ``` targets { js { ...
# javascript
t
funny, when i set
Copy code
targets {
        js {
            compilations["main"].packageJson {
                main = bundleName
            }
        }
    }
and
bundleName
hast the very same value as the auto-generated one, the tests fail because it can't find the generated js file. It's amazing how easy it is nowadays to shoot yourself in the foot