Remove @testing-library/react-hooks from dependencies#1108
Remove @testing-library/react-hooks from dependencies#1108Dogdriip merged 2 commits intochannel-io:next-v1from Dogdriip:deps/testing-library-react
@testing-library/react-hooks from dependencies#1108Conversation
|
Chromatic Report🚀 Congratulations! Your build was successful! |
Codecov ReportBase: 72.75% // Head: 72.75% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## next-v1 #1108 +/- ##
========================================
Coverage 72.75% 72.75%
========================================
Files 362 362
Lines 4371 4371
Branches 852 852
========================================
Hits 3180 3180
Misses 1117 1117
Partials 74 74 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Self Checklist
CODEOWNERSfile.Related Issue
Summary
@testing-library/react-hooks)의 사용처를 제거합니다.@testing-library/react-hooks라이브러리를 제거합니다.Details
@testing-library/react-hooks대신@testing-library/react의renderHook을 사용하도록 합니다.@testing-library/react에서 제공하는renderHook을 사용하도록 권장하고 있습니다.yarn test시 다음 에러가 더 이상 발생하지 않습니다.@testing-library/react-hooksdeps를 제거합니다.Breaking change or not (Yes/No)
No.
References