We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b9068 commit 6198dbdCopy full SHA for 6198dbd
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 { render, screen } from '@testing-library/any-framework';
+import { render, screen, within } from '@testing-library/any-framework';
42
43
// calling a query from the `screen` object
44
render(<Component />);
0 commit comments