We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33ccf8 commit c0d2d6eCopy full SHA for c0d2d6e
README.md
@@ -130,7 +130,7 @@ test('Fetch makes an API call and displays the greeting when load-greeting is cl
130
expect(getByTestId('ok-button')).toHaveAttribute('disabled')
131
// snapshots work great with regular DOM nodes!
132
expect(container.firstChild).toMatchSnapshot()
133
- // you can also use get a `DocumentFragment`, which is useful if you want to compare nodes across render
+ // you can also get a `DocumentFragment`, which is useful if you want to compare nodes across renders
134
expect(asFragment()).toMatchSnapshot()
135
})
136
```
0 commit comments