From cf2f0e56158873a64e7cd5f1bab1bff2fd8172a5 Mon Sep 17 00:00:00 2001 From: Jihchi Lee Date: Tue, 19 Jan 2021 10:46:36 +0800 Subject: [PATCH] Update README.md --- 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