From 4ae0231be83f3ca79ae3ff735cf6c0ceb399fea4 Mon Sep 17 00:00:00 2001 From: Jack Lin Date: Fri, 24 Nov 2023 21:20:13 +1100 Subject: [PATCH] docs: Add missing hr to README.md (#550) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4f0961d9..fa0fced2 100644 --- a/README.md +++ b/README.md @@ -883,6 +883,8 @@ expect(getByTestId('login-form')).toHaveFormValues({ }) ``` +
+ ### `toHaveStyle` ```typescript @@ -1291,6 +1293,8 @@ expect(document.querySelector('.cancel-button')).toBeTruthy() > replacing `toBeInTheDOM` to read through the documentation of the proposed > alternatives to see which use case works better for your needs. +
+ ### `toHaveDescription` > This custom matcher is deprecated. Prefer