From dc6fc2cdc96cf409a415ee3c6a07663de7e561b5 Mon Sep 17 00:00:00 2001 From: scottybollinger Date: Wed, 26 Aug 2020 18:45:24 -0500 Subject: [PATCH] Remove unused deps --- .../public/applications/shared/truncate/truncate.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/shared/truncate/truncate.test.tsx b/x-pack/plugins/enterprise_search/public/applications/shared/truncate/truncate.test.tsx index adb5f174c12fb4..2c23c7ea0823ff 100644 --- a/x-pack/plugins/enterprise_search/public/applications/shared/truncate/truncate.test.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/shared/truncate/truncate.test.tsx @@ -7,7 +7,7 @@ import React from 'react'; import { shallow } from 'enzyme'; -import { truncate, truncateBeginning, TruncatedContent } from './'; +import { TruncatedContent } from './'; const content = 'foobarbaz';