Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test-utils): return promise from lifecycle (#9331)
### Description From Jest docs ([here](https://jestjs.io/docs/setup-teardown#repeating-setup)) > beforeEach and afterEach can handle asynchronous code in the same ways that [tests can handle asynchronous code](https://jestjs.io/docs/asynchronous) - they can either take a done parameter or return a promise ### Testing Instructions <!-- Give a quick description of steps to test your changes. -->
- Loading branch information