Loading popper.js in Jest
We recently wrote an angular component, which wraps around Popper.js
[https://github.com/popperjs/popper.js] for our core front end team. The
documentation and functionality of popper.js were very straightforward and easy
to follow. We did hit some bumps when trying to write Jest for the component.…