kentcdodds / react-testing-library-examples

Created with CodeSandbox
https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples
407 stars 102 forks source link

Add hooks context example #2

Closed ajlende closed 5 years ago

ajlende commented 5 years ago

This adds an example for how to test custom hooks that use useContext().

React and react-testing-library were updated to The One With Hooks.

Addresses kentcdodds/react-testing-library#283