From 4bb316c35a8ab3ca6e7f34e3b015fb9de6f152da Mon Sep 17 00:00:00 2001 From: Gennadii Pel Date: Wed, 13 Dec 2023 12:15:14 +0200 Subject: [PATCH] Update toHaveFormValues description --- types/matchers.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/matchers.d.ts b/types/matchers.d.ts index ff9b840..d1b13b7 100755 --- a/types/matchers.d.ts +++ b/types/matchers.d.ts @@ -344,7 +344,7 @@ declare namespace matchers { * Only matches if the element has *all* the expected properties applied, not just some of them. * @example *