Update link to React Testing Library docs (#6772)

This commit is contained in:
Francisco Joshua
2019-04-08 19:53:03 +02:00
committed by Amy Lam
parent a1d6aefc09
commit a8a3ccfea5

View File

@@ -212,7 +212,7 @@ it('renders welcome message', () => {
});
```
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).
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).
## Using Third Party Assertion Libraries