Is it plans to add support for async await?The only way I found now is is to use deasync module.Using callback indeed runs callback function,but test may be finished before callback is done.
Is it plans to add support for async await?The only way I found now is is to use deasync module.Using callback indeed runs callback function,but test may be finished before callback is done.