Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin42 committed Jul 10, 2017
2 parents f1c451c + 96a8a94 commit b801fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __mocks__/dom.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Taken from Enzyme docs
// Copied from Enzyme docs

const { JSDOM } = require('jsdom');

Expand All @@ -18,4 +18,4 @@ global.navigator = {
userAgent: 'node.js',
};

copyProps(window, global);
copyProps(window, global);

0 comments on commit b801fae

Please sign in to comment.