<https://youtrack.jetbrains.com/issue/KT-70778/Kot...
# javascript
p
https://youtrack.jetbrains.com/issue/KT-70778/Kotlin-Js-companion-is-undefined-in-production-build Hello! This issue is a stopper for deploy js app to prod. Is there possibility for fix it in nearest releases?
b
I think you need @JsExport plus @JsStatic for that to work
the export on the class and the static before the test method