import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { RigilrockppaComponent } from './rigilrockppa.component'; describe('RigilrockppaComponent', () => { let component: RigilrockppaComponent; let fixture: ComponentFixture; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ RigilrockppaComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(RigilrockppaComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });