feat(FN-4332): complete Step 1 — add failure notification settings defaults

Fusion-Task-Id: FN-4332
Fusion-Task-Lineage: c920ac71-906b-458d-b496-1b60540b58f3
This commit is contained in:
Fusion
2026-05-13 12:30:53 -07:00
committed by gsxdsm
parent 4f8959c670
commit f7293abaf1
3 changed files with 11 additions and 0 deletions

View File

@@ -160,5 +160,7 @@ describe("NotificationDispatcher", () => {
"memory-dreams-processed",
]);
expect(DEFAULT_GLOBAL_SETTINGS.notificationProviders).toEqual([]);
expect(DEFAULT_GLOBAL_SETTINGS.failureNotificationDelayMs).toBe(30000);
expect(DEFAULT_GLOBAL_SETTINGS.failureNotificationMode).toBe("sticky-only");
});
});