Tags: jhsu/react-testing-library
Tags
fix: restore this when requiring timers (testing-library#644) closes testing-library#614
fix: remove deprecated cleanup-after-each (testing-library#598) BREAKING CHANGE: This removes `@testing-library/react/cleanup-after-each` which is deprecated and hasn't done anything for many versions.
feat: Flush microtasks in cleanup (testing-library#519)
feat(debug): accept the same arguments as prettyDOM (testing-library#596 ) Closes testing-library#580
fix: support automatic types in pnpm installs (testing-library#540) * fix: support automatic types in pnpm installs When installed with pnpm, the @types/testing-library__react package cannot be used by packages that don't directly depend on it, so we need to re-export them. * poke
PreviousNext