react-hooks-testing-library
React HooksのTest
を書く時に、Test用のComponentを作らずにtestできる
react v18以降で使用する場合は
@testing-library/react
に同梱されているものを使えば良い
わざわざこれをinstallする必要はない
github
docs