Skip to content

Commit

Permalink
Revert adding resize observer polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Jan 24, 2022
1 parent a6534d1 commit e10b732
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/kbn-test/src/jest/setup/polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ if (!global.URL.hasOwnProperty('createObjectURL')) {
// Will be replaced with a better solution in EUI
// https://github.com/elastic/eui/issues/3713
global._isJest = true;

global.ResizeObserver = require('resize-observer-polyfill');

0 comments on commit e10b732

Please sign in to comment.