describe('destroy', () => {
    it('should unsubscribe from router events on destroy', () => {
      this.fixture.detectChanges();
      spyOn(this.modalComponent.modalSub, 'unsubscribe');
      this.fixture.destroy();