Tags: testing-library/dom-testing-library
Tags
feat: Reduce caught exceptions in prettyDom (reland) (#1323) Co-authored-by: David Rieman <[email protected]> Co-authored-by: David Rieman <[email protected]>
feat: Add window events "pagehide" / "pageshow" (#1308) MDN documentation at: https://developer.mozilla.org/en-US/docs/Web/API/Window/pagehide_event https://developer.mozilla.org/en-US/docs/Web/API/Window/pageshow_event By adding these events, it allows library users to use the familiar fireEvent & friends in their test environments to verify pagehide and pageshow behavior. Co-authored-by: Matan Borenkraout <[email protected]>
fix: use defineProperty on the error object instead of setting the me… …ssage directly (#1268) Co-authored-by: Julien Wajsberg <[email protected]> Fixes #1259
PreviousNext