Remove @testing-library/react-hooks
from dependencies
#1108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Self Checklist
CODEOWNERS
file.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-hooks
deps를 제거합니다.Breaking change or not (Yes/No)
No.
References