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