WebMemex / freeze-dry

Snapshots a web page to get it as a static, self-contained HTML document.
https://freezedry.webmemex.org
The Unlicense
271 stars 18 forks source link

Adding the monkey patch for insertAdjacentELement #1

Closed reficul31 closed 7 years ago

reficul31 commented 7 years ago

Finally we have a better solution for insertAdjacentElement. We monkey patch the function to the jest setup, this allows us to implement our own implementation of the function on top of the existing code of jsdom.