Skip to content

Commit d61dba3

Browse files
fix mock
1 parent d26486f commit d61dba3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

x-pack/legacy/plugins/maps/public/selectors/map_selectors.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
jest.mock('../../../../../plugins/maps/public/layers/vector_layer', () => {});
8+
jest.mock('../../../../../plugins/maps/public/layers/tiled_vector_layer', () => {});
89
jest.mock('../../../../../plugins/maps/public/layers/blended_vector_layer', () => {});
910
jest.mock('../../../../../plugins/maps/public/layers/heatmap_layer', () => {});
1011
jest.mock('../../../../../plugins/maps/public/layers/vector_tile_layer', () => {});

0 commit comments

Comments
 (0)