Skip to content

Commit f08d6ed

Browse files
authored
Update README.md (#171)
1 parent 7c8c9c8 commit f08d6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ expects DOM nodes. When you chain a query, it will get the first DOM node from
148148
`subject` of the collection and use that as the `container` parameter for the
149149
`DOM Testing Library` functions.
150150

151-
`query*` queries are not supported. You should use the `should('not.exist')
151+
`query*` queries are not supported. You should use the `should('not.exist')`
152152
assertion instead to check for the absence of an element.
153153

154154
`get*` queries are not supported. `find*` queries do not use the Promise API of

0 commit comments

Comments
 (0)