Skip to content

Commit

Permalink
updates jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dplumlee committed Nov 18, 2021
1 parent 83c1971 commit 543a4fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { shallow } from 'enzyme';
import { StepDefineRule } from './index';

jest.mock('../../../../common/lib/kibana');
jest.mock('../../../containers/detection_engine/alerts/use_preview_index');

describe('StepDefineRule', () => {
it('renders correctly', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jest.mock('react-router-dom', () => {
});
jest.mock('../../../../../common/lib/kibana');
jest.mock('../../../../containers/detection_engine/lists/use_lists_config');
jest.mock('../../../../containers/detection_engine/alerts/use_preview_index');
jest.mock('../../../../../common/components/link_to');
jest.mock('../../../../components/user_info');
jest.mock('../../../../../common/hooks/use_app_toasts');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jest.mock('react-router-dom', () => {
});

jest.mock('../../../../../common/lib/kibana');
jest.mock('../../../../containers/detection_engine/alerts/use_preview_index');

const mockRedirectLegacyUrl = jest.fn();
const mockGetLegacyUrlConflict = jest.fn();
Expand Down

0 comments on commit 543a4fd

Please sign in to comment.