Tags: codeAligned/react-testing-library
Tags
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
docs: add jeetiss as a contributor (testing-library#416) * docs: update README.md * docs: update .all-contributorsrc
docs: add gaearon as a contributor (testing-library#409) * docs: update README.md * docs: update .all-contributorsrc
fix(TS): use `Queries` from @testing-library/dom (testing-library#398)
docs: add NMinhNguyen as a contributor (testing-library#397) * docs: update README.md * docs: update .all-contributorsrc
fix: Specify baseElement without container (testing-library#394) * Add expected behavior of base element * Fix expected behavior of baseElement * Improve tests