I'm using mxGraph library in React App. I need to create unit tests for components that draw graph. I'm using jest and react testing library. But this library cannot render out mxGraph's elements. Maybe because, while testing it cannot define screen resolution, and render out properly.
Is it possible to test mxGraph drawings or is there any examples or practices with it?