Tags: testing-library/dom-testing-library
Tags
fix(deps): replace chalk with picocolors (#1341) * chore(deps): replace chalk with picocolors * chore: fix ci * chore: tryong to fix ci by using a working package-lock * Revert "chore: tryong to fix ci by using a working package-lock" This reverts commit 69e87ef. * chore: move typescript back to devDependencies * pin @babel/helper-compilation-targets --------- Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
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 <Matanbobi@gmail.com>
PreviousNext