We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d140dd0 commit 0fef1e2Copy full SHA for 0fef1e2
README.md
@@ -224,10 +224,10 @@ test('it works', () => {
224
225
## react-testing-library
226
227
-To generate snapshots with [react-testing-library](https://github.com/kentcdodds/react-testing-library), you can follow the example below:
+To generate snapshots with [react-testing-library](https://github.com/testing-library/react-testing-library), you can follow the example below:
228
229
```js
230
-import { render } from 'react-testing-library'
+import { render } from '@testing-library/react'
231
232
test('it works', () => {
233
const { container } = render(<Button />)
0 commit comments