In async functions - verify that one of the following happens on every single return value from a function returning a promise - or on arguments that are promise typed:
await expression
- Promise is returned
- Promise is used as an argument to a different function invocation
In async functions - verify that one of the following happens on every single return value from a function returning a promise - or on arguments that are promise typed:
awaitexpression