Tags: developerfred/react-testing-library
Tags
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
fix: False positive warning about MessageChannel (testing-library#522)
docs: add LaurensBosscher as a contributor (testing-library#516) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add danieljcafonso as a contributor (testing-library#496) * docs: update README.md * docs: update .all-contributorsrc
feat: add pure bundle build (testing-library#489) Closes testing-library#486
docs: add ely-alamillo as a contributor (testing-library#478) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add eventualbuddha as a contributor (testing-library#455) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add FredyC as a contributor (testing-library#452) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
fix(TS): act type (testing-library#438) * fix(types): Use act types from react-dom * Fix unary not extending binary
feat: add dont-cleanup-after-each.js (testing-library#435) This is just a simple file that sets the RTL_SKIP_AUTO_CLEANUP environment variable so that RTL doesn't setup automatic cleanup. This makes it easier for folks who don't want to write their tests in an isolated way. It's totally not recommended, but it will hopefully reduce pain while people migrate from one testing style to another.
PreviousNext