Remove async functions which have no await expression
Description
The spec/frontend/ci/runner
directory has dangling async
in the test functions, we should clean those up.
More definitive solutions
https://eslint.org/docs/latest/rules/require-await is not used by our project, and tests could be a good place to add it to. I'll look into adding it as well
Edited by Miguel Rincon