Skip to content

Commit

Permalink
fix map_embeddable jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jun 12, 2023
1 parent 9510ef1 commit 46517ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions x-pack/plugins/maps/public/embeddable/map_embeddable.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jest.mock('../kibana_services', () => {
},
};
},
getEMSSettings() {
return {
isEMSUrlSet() {
return false;
},
};
},
};
});

Expand Down

0 comments on commit 46517ad

Please sign in to comment.