Join Slack
Powered by
You need to do one of the async style tests they s...
# javascript
a
al.scott
02/14/2018, 8:09 PM
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
bashor
02/15/2018, 8:56 AM
cc
@anton.bannykh
a
anton.bannykh
02/15/2018, 10:36 AM
At the moment kotlin-test-js suports Promise style for Mocha, Jasmine, and Jest. Answering to the rest in the channel.
3
Views
Open in Slack
Previous
Next