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 2d3822a commit e7422edCopy full SHA for e7422ed
README.md
@@ -282,6 +282,11 @@ await expect(snapshotStream).toRerender()
282
> await expect(takeRender).not.toRerender({timeout: 300})
283
> ```
284
285
+> [!TIP]
286
+>
287
+> If you don't want these matchers not to be automatically installed, you can
288
+> import from `@testing-library/react-render-stream` instead.
289
+
290
## A note on `act`.
291
292
You might want to avoid using this library with `act`, as `act`
0 commit comments