Oliver Schlegel

Results 2 comments of Oliver Schlegel

That's great to hear. This will be a helpful feature for alot of people.

It can be mocked like this: ``` jest.mock('resize-observer-polyfill', () => ({ __esModule: true, default: jest.fn().mockImplementation(() => ({ observe: jest.fn(), unobserve: jest.fn(), disconnect: jest.fn(), })), })); ```