We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0800c29 commit 8597df7Copy full SHA for 8597df7
1 file changed
x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exception_item/index.test.tsx
@@ -13,6 +13,8 @@ import { ExceptionItem } from './';
13
import { getExceptionListItemSchemaMock } from '../../../../../../../lists/common/schemas/response/exception_list_item_schema.mock';
14
import { getCommentsArrayMock } from '../../../../../../../lists/common/schemas/types/comments.mock';
15
16
+jest.mock('../../../../lib/kibana');
17
+
18
describe('ExceptionItem', () => {
19
it('it renders ExceptionDetails and ExceptionEntries', () => {
20
const exceptionItem = getExceptionListItemSchemaMock();
0 commit comments