Tags: ReactDOM/react-testing-library
Tags
feat: update to the latest [email protected] (testing-library… …#365) BREAKING CHANGE: This upgrades to the latest dom-testing-library which has a few breaking changes: https://github.com/testing-library/dom-testing-library/releases/tag/v4.0.0
docs: add aledustet as a contributor (testing-library#349) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <allcontributors[bot]@users.noreply.github.com>
fix(act): wait until react-dom-16.9.0 is released (testing-library#344)
feat(act): Support async act 🎉 (testing-library#343) Closes testing-library#281
fix(act): add try/catch around react-dom/test-utils require (testing-… …library#340) Closes testing-library#315
docs: add pschyma as a contributor (testing-library#332) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <allcontributors[bot]@users.noreply.github.com>
fix: reorder cleanupAtContainer code (testing-library#327) Closes testing-library#326
fix: move testHook to its own pacakge (testing-library#307) This removes testHook in favor of http://npm.im/react-hook-testing-library Closes testing-library#302 BREAKING CHANGE: move testHook to another library. Use http://npm.im/react-hook-testing-library instead
feat(render): add wrapper component option (testing-library#303) * feat(render): add wrapper component option * feat(render): update types * fix(types): remove unreferenced type * fix(render): optional type for wrapper option
PreviousNext