Skip to content

Commit 04f69f1

Browse files
committed
fix toc_entry test
1 parent 46517ad commit 04f69f1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • x-pack/plugins/maps/public/connected_components/right_side_controls/layer_control/layer_toc/toc_entry

x-pack/plugins/maps/public/connected_components/right_side_controls/layer_control/layer_toc/toc_entry/toc_entry.test.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jest.mock('../../../../../kibana_services', () => {
1414
getMapsCapabilities() {
1515
return { save: true };
1616
},
17+
getEMSSettings() {
18+
return {
19+
isEMSUrlSet() {
20+
return false;
21+
},
22+
};
23+
},
1724
};
1825
});
1926

0 commit comments

Comments
 (0)