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
feat: toBeInTheDocument and toContainElement accept element to be null (#47)
In both cases, `null` is not considered to be contained in the provided context (the container or document) so these matchers will pass or not accordingly. And in the case of toCointainElement, the container is still required not to be null or undefined.
0 commit comments