From 9294657d1e7c766f52bad369d5fc92262e35adde Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Tue, 1 Mar 2022 16:42:12 +0100 Subject: [PATCH] fix eslint --- .../detections/pages/detection_engine/detection_engine.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/detection_engine.test.tsx b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/detection_engine.test.tsx index 84f03f7b3b2850..4891c75744e385 100644 --- a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/detection_engine.test.tsx +++ b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/detection_engine.test.tsx @@ -26,7 +26,6 @@ import { mockTimelines } from '../../../common/mock/mock_timelines_plugin'; import { mockBrowserFields } from '../../../common/containers/source/mock'; import { mockCasesContext } from '../../../../../cases/public/mocks/mock_cases_context'; - // Test will fail because we will to need to mock some core services to make the test work // For now let's forget about SiemSearchBar and QueryBar jest.mock('../../../common/components/search_bar', () => ({