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 4c6b572 commit 99d1442Copy full SHA for 99d1442
README.md
@@ -593,7 +593,7 @@ value is indeed an `HTMLElement` you can always use some of
593
594
```js
595
expect(document.querySelector('.ok-button')).toBeInstanceOf(HTMLElement)
596
-expect(document.querySelector('.cancel-button')).toBeThruthy()
+expect(document.querySelector('.cancel-button')).toBeTruthy()
597
```
598
599
> Note: The differences between `toBeInTheDOM` and `toBeInTheDocument` are
0 commit comments