nhagen / react-intercom

A component to configure and enable Intercom in your react application
MIT License
237 stars 72 forks source link

Fix for testing with enzyme #40

Closed daniel-cottone closed 6 years ago

daniel-cottone commented 6 years ago

When running component tests using enzyme, the following error occurs:

TypeError: Cannot read property 'parentNode' of undefined

      at node_modules/react-intercom/lib/index.js:73:10

This fix resolves this issue.