Skip to content
Snippets Groups Projects
Commit 53d809a0 authored by Adrian Orłów's avatar Adrian Orłów
Browse files

fix(tests): add resize observer mock as a global

parent f8b8786d
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!36feat(map): add render components and tests
import '@testing-library/jest-dom';
// used by openlayers module
global.ResizeObserver = jest.fn().mockImplementation(() => ({
observe: jest.fn(),
unobserve: jest.fn(),
disconnect: jest.fn(),
}));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment