Skip to content

v11.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 22:16
8a5ab53

👷‍♂️ Patch fixes

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