Skip to content

Instantly share code, notes, and snippets.

@akre54
Created July 27, 2014 20:56
Show Gist options
  • Save akre54/5185f453eb5aff25f8b5 to your computer and use it in GitHub Desktop.
Save akre54/5185f453eb5aff25f8b5 to your computer and use it in GitHub Desktop.
var jsdom = require('jsdom').jsdom;
global.document = jsdom();
global.window = document.parentWindow;
var Backbone = require('backbone');
Backbone.$ = require('jquery');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment