container property Null safety
The containing DOM node of your rendered ReactElement (via render).
See: testing-library.com/docs/react-testing-library/api/#container-1
Implementation
Node get container => _jsRenderResult.container;
The containing DOM node of your rendered ReactElement (via render).
See: testing-library.com/docs/react-testing-library/api/#container-1
Node get container => _jsRenderResult.container;