chore: fix ci

This commit is contained in:
amlannandy 2025-09-24 17:01:18 +07:00
parent a3ee84af48
commit 7b14490266

View File

@ -26,6 +26,7 @@ export const createMockAlertContextState = (
setEvaluationWindow: jest.fn(),
notificationSettings: INITIAL_NOTIFICATION_SETTINGS_STATE,
setNotificationSettings: jest.fn(),
discardAlertRule: jest.fn(),
...overrides,
});