Skip to content

Commit

Permalink
Fixed missing jest.mock call
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Sep 3, 2020
1 parent b49a549 commit 048c2d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jest.mock('../notifications/schedule_notification_actions');
jest.mock('./find_ml_signals');
jest.mock('./bulk_create_ml_signals');
jest.mock('./../../../../common/detection_engine/utils');
jest.mock('../../../../common/detection_engine/parse_schedule_dates');

const getPayload = (ruleAlert: RuleAlertType, services: AlertServicesMock) => ({
alertId: ruleAlert.id,
Expand Down

0 comments on commit 048c2d9

Please sign in to comment.