Skip to content

Commit

Permalink
docs: Add missing hr to README.md (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklin213 committed Nov 24, 2023
1 parent 44f1eab commit 4ae0231
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,8 @@ expect(getByTestId('login-form')).toHaveFormValues({
})
```

<hr />

### `toHaveStyle`

```typescript
Expand Down Expand Up @@ -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.
<hr />

### `toHaveDescription`

> This custom matcher is deprecated. Prefer
Expand Down

0 comments on commit 4ae0231

Please sign in to comment.