Skip to content

Commit e7422ed

Browse files
committed
add note about /pure
1 parent 2d3822a commit e7422ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ await expect(snapshotStream).toRerender()
282282
> await expect(takeRender).not.toRerender({timeout: 300})
283283
> ```
284284
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+
285290
## A note on `act`.
286291
287292
You might want to avoid using this library with `act`, as `act`

0 commit comments

Comments
 (0)