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 3a92c8b commit 80711e2Copy full SHA for 80711e2
docs/rules/prefer-screen-queries.md
@@ -38,7 +38,7 @@ getByText('foo');
38
Examples of **correct** code for this rule:
39
40
```js
41
-import { screen } from '@testing-library/any-framework';
+import { render, screen } from '@testing-library/any-framework';
42
43
// calling a query from the `screen` object
44
render(<Component />);
0 commit comments