Skip to content
Snippets Groups Projects

feat: add global query manager

Merged Adrian Orłów requested to merge feature/global-query-manager into development
1 unresolved thread
Files
56
describe('useOlMapConfig - util', () => {
// TODO: tests
// TileLayer is mocked in the file, so we need to firstly wait for module API connection
it('noop', () => {
// eslint-disable-next-line no-magic-numbers
expect(1).toEqual(1);
});
});
Loading