Skip to content

Commit daa8ac8

Browse files
authored
fix link
1 parent 82dd171 commit daa8ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/example-react-hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: example-react-hooks
33
title: React Hooks
44
---
55

6-
[`react-hooks-testing-library`][gh] is built on top of [`react-testing-library`](/react) to create a simple test harness for [React hooks](https://reactjs.org/docs/hooks-intro.html) that handles running them within the body of a function component, as well as providing various useful utility functions for updating the inputs and retrieving the outputs of your [custom hook](https://reactjs.org/docs/hooks-custom.html).
6+
[`react-hooks-testing-library`](https://github.com/mpeyper/react-hooks-testing-library) is built on top of [`react-testing-library`](/react) to create a simple test harness for [React hooks](https://reactjs.org/docs/hooks-intro.html) that handles running them within the body of a function component, as well as providing various useful utility functions for updating the inputs and retrieving the outputs of your [custom hook](https://reactjs.org/docs/hooks-custom.html).
77

88
> **Note**
99
>

0 commit comments

Comments
 (0)