Skip to content

Commit a8a3ccf

Browse files
fjoshuajramyrlam
authored andcommitted
Update link to React Testing Library docs (#6772)
1 parent a1d6aef commit a8a3ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/running-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ it('renders welcome message', () => {
212212
});
213213
```
214214

215-
Learn more about the utilities provided by `react-testing-library` to facilitate testing asynchronous interactions as well as selecting form elements from [the `react-testing-library` documentation](https://github.com/kentcdodds/react-testing-library) and [examples](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples).
215+
Learn more about the utilities provided by `react-testing-library` to facilitate testing asynchronous interactions as well as selecting form elements from [the `react-testing-library` documentation](https://testing-library.com/react) and [examples](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples).
216216

217217
## Using Third Party Assertion Libraries
218218

0 commit comments

Comments
 (0)