From f08d6ed4b7bc08b64e9ee820d6de70c77494a69a Mon Sep 17 00:00:00 2001 From: Jihchi Lee Date: Wed, 20 Jan 2021 03:26:08 +0800 Subject: [PATCH] Update README.md (#171) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd3ace..a6b041f 100644 --- a/README.md +++ b/README.md @@ -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