SIGN IN SIGN UP

🐐 Simple and complete React DOM testing utilities that encourage good testing practices.

0 0 22 JavaScript

TAGS

20 tags
v10.2.1

docs: add kettanaito as a contributor (#699) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v10.2.0

docs: add screendriver as a contributor (#692) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v10.1.0

docs: add samtsai as a contributor (#691) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v10.0.6

fix: force update version of @testing-library/dom (#687)

v10.0.5

fix(fireEvent): automatically configure `fireEvent` to be wrapped in act (#685)

v10.0.4

fix: upgrade all dependencies (and fix UMD build) (#653)

v10.0.3

fix: restore this when requiring timers (#644) closes #614

v10.0.2

fix: Bump types dependency (#625)

v10.0.1

fix: support Node >=10 (#611)

v10.0.0

chore: cleanup repo (#600)

v10.0.0-beta.2

fix: remove deprecated cleanup-after-each (#598) BREAKING CHANGE: This removes `@testing-library/react/cleanup-after-each` which is deprecated and hasn't done anything for many versions.

v10.0.0-beta.1

feat: Flush microtasks in cleanup (#519)

v9.5.0

feat(debug): accept the same arguments as prettyDOM (#596) Closes #580

v9.4.1

fix(release): manually release a patch version There was an issue with a patch release, so this manual-releases.md change is to release a new patch version.

v9.4.0

feat(screen): add screen export

v9.3.3

fix: support automatic types in pnpm installs (#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

v9.3.2

fix: False positive warning about MessageChannel (#522)

v9.3.1

docs: add LaurensBosscher as a contributor (#516) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>

v9.3.0

docs: add danieljcafonso as a contributor (#496) * docs: update README.md * docs: update .all-contributorsrc

v9.2.0

feat: add pure bundle build (#489) Closes #486