Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/queries/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ All of the queries exported by DOM Testing Library accept a `container` as the
first argument. Because querying the entire `document.body` is very common, DOM
Testing Library also exports a `screen` object which has every query that is
pre-bound to `document.body` (using the
[`within`](/docs/dom-testing-library/api-helpers#within-and-getqueriesforelement-apis)
[`within`](dom-testing-library/api-within.mdx)
functionality). Wrappers such as React Testing Library re-export `screen` so you
can use it the same way.

Expand Down