Need help in mocking the above components in reactjs using jest, we are getting undefined div’s for ReactDiagram and ReactPalette
You probably need to include the canvas
npm package to allow jsdom to mock a Canvas HTML element, which is what both ReactDiagram and ReactPalette use.
See https://github.com/NorthwoodsSoftware/gojs-react-samples/tree/main/gojs-react-jest.