[Bug]: Async function with multiple awaits never resolves when using fake timers · Issue #11876 · jestjs/jest

Version 27.2.0 Steps to reproduce Clone my repo: https://github.com/srmagura/jest-timer-repro yarn install yarn test Code: import "jest"; beforeEach(() => { jest.useFakeTimers(); }); function delay...