mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 17:08:15 +08:00
Update link to React Testing Library docs (#6772)
This commit is contained in:
committed by
Amy Lam
parent
a1d6aefc09
commit
a8a3ccfea5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user