Skip to content

Commit 4ae0231

Browse files
authored
docs: Add missing hr to README.md (#550)
1 parent 44f1eab commit 4ae0231

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,8 @@ expect(getByTestId('login-form')).toHaveFormValues({
883883
})
884884
```
885885

886+
<hr />
887+
886888
### `toHaveStyle`
887889

888890
```typescript
@@ -1291,6 +1293,8 @@ expect(document.querySelector('.cancel-button')).toBeTruthy()
12911293
> replacing `toBeInTheDOM` to read through the documentation of the proposed
12921294
> alternatives to see which use case works better for your needs.
12931295
1296+
<hr />
1297+
12941298
### `toHaveDescription`
12951299

12961300
> This custom matcher is deprecated. Prefer

0 commit comments

Comments
 (0)