Skip to content

Commit

Permalink
fix: added missing function to popup test
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Sep 7, 2023
1 parent 7ec5c24 commit 8c20e36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ test('LandscapeSharedDataVisualization: Display visualization', async () => {
setDOMContent: jest.fn().mockReturnThis(),
addTo: jest.fn().mockReturnThis(),
remove: jest.fn(),
isOpen: jest.fn(),
};
mapboxgl.Popup.mockReturnValue(Popup);
const events = {};
Expand Down

0 comments on commit 8c20e36

Please sign in to comment.