Skip to content

Commit

Permalink
chore: include _getUIString in mockMapGL
Browse files Browse the repository at this point in the history
  • Loading branch information
BRaimbault committed Jun 4, 2024
1 parent c208402 commit 15b5e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ global.mockMapGL = {
getLayer: jest.fn(),
getSource: jest.fn(),
setFeatureState: jest.fn(),
_getUIString: jest.fn(),
}

global.mockMap = {
Expand Down

0 comments on commit 15b5e3b

Please sign in to comment.