We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26486f commit d61dba3Copy full SHA for d61dba3
1 file changed
x-pack/legacy/plugins/maps/public/selectors/map_selectors.test.js
@@ -5,6 +5,7 @@
5
*/
6
7
jest.mock('../../../../../plugins/maps/public/layers/vector_layer', () => {});
8
+jest.mock('../../../../../plugins/maps/public/layers/tiled_vector_layer', () => {});
9
jest.mock('../../../../../plugins/maps/public/layers/blended_vector_layer', () => {});
10
jest.mock('../../../../../plugins/maps/public/layers/heatmap_layer', () => {});
11
jest.mock('../../../../../plugins/maps/public/layers/vector_tile_layer', () => {});
0 commit comments