React Hooks とテスト
#react
#react-hooks
React Hooksのテストを書いてみよう
https://masaki-koide.github.io/introducing-react-hooks-test/#slide=1
Custom Hooks のテストの話。Hooks を使ったコンポーネントのテストの話ではない。
書いてみた:
https://github.com/odan-sandbox/react-hooks-sandbox/blob/0823664489969206c5aff5dcde4ed9664d9557b1/src/Hooks.test.ts
react-hooks-testing-library
https://react-hooks-testing-library.com/