👷♂️ Patch fixes
- Jest was using setTimeout from Happy DOM internally for detecting when a test times out. This causes Window.happyDOM.whenAsyncComplete() and Window.happyDOM.cancelAsync to not work as expected. This is a bug in Jest, but this release adds a temporary fix in "@happy-dom/jest-environment" until Jest has solved it. (#1057)