Skip to content

Instantly share code, notes, and snippets.

@TheSavior
Created September 26, 2016 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheSavior/5d27820a1f9f2815475c64153aeaf3c1 to your computer and use it in GitHub Desktop.
Save TheSavior/5d27820a1f9f2815475c64153aeaf3c1 to your computer and use it in GitHub Desktop.
Use jsdom to set the document global
global.document = jsdom.jsdom('<div class="foo">my content</div>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment