Skip to content

Commit

Permalink
[test] Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jan 27, 2020
1 parent f6cc175 commit feec9f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/utils/createDOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ function createDOM() {
global[key] = dom.window[key];
}
});

// required for wait-for-expect
// not added by jsdom by default
window.Date = global.Date;
}

module.exports = createDOM;

0 comments on commit feec9f3

Please sign in to comment.