Skip to content

Commit

Permalink
mock correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Nov 6, 2024
1 parent dc5a7b2 commit d05c1c3
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 @@ -50,6 +50,7 @@ export const mapMachineBaseMock: IMapStateMachineContext = {
isShowingMapLayers: false,
showDisposed: false,
showRetired: false,
mapLayersToRefresh: [],

requestFlyToLocation: vi.fn(),

Expand Down Expand Up @@ -79,4 +80,5 @@ export const mapMachineBaseMock: IMapStateMachineContext = {
toggleSidebarDisplay: vi.fn(),
setFullWidthSideBar: vi.fn(),
resetMapFilter: vi.fn(),
setMapLayersToRefresh: vi.fn(),
};

0 comments on commit d05c1c3

Please sign in to comment.