Trigger a notifee card on new notifications

This commit is contained in:
Paul Frazee
2023-01-24 19:13:47 -06:00
parent eccb2589c5
commit 495227bb2c
6 changed files with 73 additions and 5 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ describe('MeModel', () => {
})
})
await meModel.fetchStateUpdate()
await meModel.fetchNotifications()
expect(meModel.notificationCount).toBe(1)
expect(meModel.notifications.refresh).toHaveBeenCalled()
})