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
* By default, React Testing Library will create a div and append that div to the document.body. Your React component will be rendered in the created div. If you provide your own HTMLElement container via this option,
39
+
* it will not be appended to the document.body automatically.
40
+
*
41
+
* For example: If you are unit testing a `<tbody>` element, it cannot be a child of a div. In this case, you can
0 commit comments