Skip to content
Snippets Groups Projects

Resolve "allow to have plugins without panel"

Merged Piotr Gawron requested to merge 306-allow-to-have-plugins-without-panel into development
13 files
+ 45
24
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -9,11 +9,9 @@ import {
getReduxWrapperWithStore,
} from '@/utils/testing/getReduxWrapperWithStore';
import { act, render, screen, within } from '@testing-library/react';
import { HISTAMINE_MAP_ID, MAIN_MAP_ID } from '@/constants/mocks';
import { MapNavigation } from './MapNavigation.component';
const MAIN_MAP_ID = 5053;
const HISTAMINE_MAP_ID = 5052;
const renderComponent = (initialStoreState: InitialStoreState = {}): { store: StoreType } => {
const { Wrapper, store } = getReduxWrapperWithStore(initialStoreState);
Loading