Skip to content

Commit

Permalink
mock correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Nov 27, 2024
1 parent f4325ec commit 3b9b46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/frontend/src/mocks/mapFSM.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const mapMachineBaseMock: IMapStateMachineContext = {
mapLayersToRefresh: [],
advancedSearchCriteria: new PropertyFilterFormModel(),
isMapVisible: true,
currentMapBounds: defaultBounds,

requestFlyToLocation: vi.fn(),
requestCenterToLocation: vi.fn(),
Expand Down Expand Up @@ -89,4 +90,5 @@ export const mapMachineBaseMock: IMapStateMachineContext = {
resetMapFilter: vi.fn(),
setMapLayersToRefresh: vi.fn(),
setAdvancedSearchCriteria: vi.fn(),
setCurrentMapBounds: vi.fn(),
};

0 comments on commit 3b9b46f

Please sign in to comment.