You need to do one of the async style tests they s...
# javascript
a
You need to do one of the async style tests they support. You can either wrap the
setTimeout
in a promise and return that, or take a
done
callback into the test and call that after the timeout is finished
b
cc @anton.bannykh
a
At the moment kotlin-test-js suports Promise style for Mocha, Jasmine, and Jest. Answering to the rest in the channel.