What is the right (intended) way to test promises and their results in near-sdk-rs? Please, point me in the right direction (docs/examples/...).
Let's take the simplest example (from here https://www.near-sdk.io/promises/token-tx): Promise::new(account_id).transfer(amount)
.
How to unit test that the right account received the right amount?