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 0d8f36f commit 3654f5cCopy full SHA for 3654f5c
docs/dom-testing-library/api-queries.mdx
@@ -26,7 +26,7 @@ an error if no elements match.
26
27
`queryBy*` queries return the first matching node for a query, and return `null`
28
if no elements match. This is useful for asserting an element that is not
29
-present. This throws if more than one match is found (use `queryAllBy` instead).
+present. This throws an error if more than one match is found (use `queryAllBy` instead).
30
31
### queryAllBy
32
0 commit comments