v0.5.0
Changes
- Changed component rendering to use
react-test-renderer
instead ofreact-testing-library
(#40)
⚠️ Breaking Changes
- There is no longer a direct dependency on
react-testing-library
- If you were using it without your own dependency, please run
npm i -D react-testing-library@^6.0.3
(or theyarn
equivalent)
- If you were using it without your own dependency, please run
renderHook
no longer returnscleanup
and thecleanup-after-each
utility has been removed