We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5a382 commit 96d05ceCopy full SHA for 96d05ce
x-pack/plugins/security_solution/public/timelines/components/timeline/body/index.test.tsx
@@ -27,7 +27,6 @@ import { defaultRowRenderers } from './renderers';
27
28
jest.mock('../../../../common/lib/kibana/hooks');
29
jest.mock('../../../../common/hooks/use_app_toasts');
30
-jest.mock('../../../../common/containers/source', () => ({ useIndexFields: () => ({}) }));
31
jest.mock('../../../../common/lib/kibana', () => {
32
const originalModule = jest.requireActual('../../../../common/lib/kibana');
33
return {
0 commit comments