You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> When using React context providers, like Redux Provider, you'll likely want to wrap rendered component with them. In such cases it's convenient to create your custom `render` method. [Follow this great guide on how to set this up](https://testing-library.com/docs/react-testing-library/setup#custom-render).
41
+
34
42
The `render` method returns a `RenderResult` object that has a few properties:
35
43
36
44
### `...queries`
@@ -42,7 +50,9 @@ See [Queries](./Queries.md) for a complete list.
Unmount the in-memory tree, triggering the appropriate lifecycle events
68
78
69
-
When using React context providers, like Redux Provider, you'll likely want to wrap rendered component with them. In such cases it's convenient to create your custom `render` method. [Follow this great guide on how to set this up](https://github.com/kentcdodds/react-testing-library#custom-render).
0 commit comments