describe('view', () => {
        it('should render fetched notifications', () => {
            expect($output.find('.date-event').length).toEqual(1);
        });
    });