couldn’t find it on my own quick, so I’ll just ask...
# javascript
r
couldn’t find it on my own quick, so I’ll just ask - I’m having trouble using a suspend main function when running karma tests. Is this a known issue, unique to me, or anyone got a fix? (the test run fails, timing out after never receiving a signal)
t
Do you need
main
for tests?
r
nope
i’m changing the main of the production side from fun main() to suspend fun main() and that change alone seems to mean that karma never connects to the session
r
Ugly, but it seems to work
t
Related issue exists
👍 1