We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f1eab commit 4ae0231Copy full SHA for 4ae0231
README.md
@@ -883,6 +883,8 @@ expect(getByTestId('login-form')).toHaveFormValues({
883
})
884
```
885
886
+<hr />
887
+
888
### `toHaveStyle`
889
890
```typescript
@@ -1291,6 +1293,8 @@ expect(document.querySelector('.cancel-button')).toBeTruthy()
1291
1293
> replacing `toBeInTheDOM` to read through the documentation of the proposed
1292
1294
> alternatives to see which use case works better for your needs.
1295
1296
1297
1298
### `toHaveDescription`
1299
1300
> This custom matcher is deprecated. Prefer
0 commit comments