React Hooksのテストを書くための準備
React Hooksをコンポーネントから切り出して書いている場合に、Hooksに対してユニットテストを書く
以下のパッケージを導入(devDependencies)
@testing-library/react-hooks
https://github.com/testing-library/react-hooks-testing-library
@types/testing-library__react-hooks
react-test-renderer
https://ja.reactjs.org/docs/test-renderer.html
#React.js