it('should not do anything when out of range', () => {
        makeComponent({ from: 13, to: 13, times: 10 });
        component.instance().handleRepeat(file);

        expect(component.instance().handleAyahChange).to.have.been.called; // eslint-disable-line