There was an error while loading. Please reload this page.
1 parent da75c05 commit bcba024Copy full SHA for bcba024
docs/queries/about.mdx
@@ -36,7 +36,7 @@ retries and the default testID attribute.
36
## Example
37
38
```jsx
39
-import { screen } from '@testing-library/react' // (or /dom, /vue, ...)
+import { render, screen } from '@testing-library/react' // (or /dom, /vue, ...)
40
41
test('should show login form', () => {
42
render(<Login />)
0 commit comments