Skip to content

Commit

Permalink
Update README.md (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi authored Jan 19, 2021
1 parent 7c8c9c8 commit f08d6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ expects DOM nodes. When you chain a query, it will get the first DOM node from
`subject` of the collection and use that as the `container` parameter for the
`DOM Testing Library` functions.

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

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

0 comments on commit f08d6ed

Please # to comment.