Tags: sarons/react-testing-library
Tags
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.
fix: restore cleanup-after-each and include a deprecation warning ref: testing-library#433
fix(cleanup-after-each): remove cleanup-after-each file. (testing-lib… …rary#433) This is automatic now, so there is no reason to have it Closes testing-library#433
fix: improve warning so people know they can upgrade to 16.9.0 now (t… …esting-library#431) Closes testing-library#281
PreviousNext