Skip to content

Instantly share code, notes, and snippets.

@giltayar
Created March 13, 2017 13:04
Show Gist options
  • Save giltayar/5e3b4f65cab459f833ffad42911cabff to your computer and use it in GitHub Desktop.
Save giltayar/5e3b4f65cab459f833ffad42911cabff to your computer and use it in GitHub Desktop.
before(function () {
global.document = jsdom(`<!doctype html><html><body><div id="container"/></div></body></html>`)
global.window = document.defaultView
})
after(function () {
delete global.window
delete global.document
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment