it('should handle NOTIFICATIONS_MARK_AS_CLEAR', () => {
    expect(
      reducer(stateWithNotifications, {
        type: types.NOTIFICATIONS_MARK_AS_CLEAR,
        payload: NotificationRequest,