dabeng / react-orgchart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
135 stars 112 forks source link

Jest + react-testing-library failures #11

Open developer-akash opened 4 years ago

developer-akash commented 4 years ago

I'm trying to do a simple unit test with Jest + react-testing-library but I'm getting errors when trying to render your component.

To reproduce: Write any simple test case for initializing your component using Jest + react-testing-library

Do I need to set up any mocks in order to use this component in a jest environment?

I'm getting this error in the console Screen Shot 2020-05-28 at 8 38 07 PM