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
turansky
09/02/2020, 1:03 PM
Do you need
main
for tests?
r
Rob Murdock
09/02/2020, 5:01 PM
nope
Rob Murdock
09/02/2020, 5:02 PM
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