
I think it’s worth noting that in order to use `await`, the function directly enclosing the test code must be marked as `async`.

Helpful resource: <https://stackoverflow.com/questions/42299594/await-is-a-reserved-word-error-inside-async-function>.
