diff --git a/x-pack/plugins/maps/public/layers/styles/vector/properties/dynamic_size_property.test.tsx b/x-pack/plugins/maps/public/layers/styles/vector/properties/dynamic_size_property.test.tsx index f24f5d3d62a6d0..eb140df1934088 100644 --- a/x-pack/plugins/maps/public/layers/styles/vector/properties/dynamic_size_property.test.tsx +++ b/x-pack/plugins/maps/public/layers/styles/vector/properties/dynamic_size_property.test.tsx @@ -12,7 +12,6 @@ jest.mock('../components/vector_style_editor', () => ({ })); import React from 'react'; -import { shallow } from 'enzyme'; // @ts-ignore import { DynamicSizeProperty } from './dynamic_size_property';