it('should render one bullet for each slide', () => {
            expect($output.find('.slide-bullet').length).toEqual(slides().length);
        });