Simulates a global browser environment using [`jsdom`](https://github.com/tmpvar/jsdom).
> ❗️**Warning**
>
> This module adds global variables that would normally be present in a browser to the current node instance. This allows code that requires a browser environment to run in node, however as it's making global changes it may have adverse affects.