corregir nombramiento de componente de completar encuestas
This commit is contained in:
parent
e2e83e4cb5
commit
bcfd54d72a
|
@ -1,19 +1,19 @@
|
||||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { EncuestaEncuestaCompleteComponent } from './complete.component';
|
import { EncuestaCompleteComponent } from './complete.component';
|
||||||
|
|
||||||
describe('EncuestaEncuestaCompleteComponent', () => {
|
describe('EncuestaCompleteComponent', () => {
|
||||||
let component: EncuestaEncuestaCompleteComponent;
|
let component: EncuestaCompleteComponent;
|
||||||
let fixture: ComponentFixture<EncuestaEncuestaCompleteComponent>;
|
let fixture: ComponentFixture<EncuestaCompleteComponent>;
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await TestBed.configureTestingModule({
|
await TestBed.configureTestingModule({
|
||||||
declarations: [EncuestaEncuestaCompleteComponent],
|
declarations: [EncuestaCompleteComponent],
|
||||||
}).compileComponents();
|
}).compileComponents();
|
||||||
});
|
});
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
fixture = TestBed.createComponent(EncuestaEncuestaCompleteComponent);
|
fixture = TestBed.createComponent(EncuestaCompleteComponent);
|
||||||
component = fixture.componentInstance;
|
component = fixture.componentInstance;
|
||||||
fixture.detectChanges();
|
fixture.detectChanges();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue