This commit is contained in:
Paola 2021-07-23 22:59:31 -06:00
parent dcd6dfd5ef
commit e5f1770031
2 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { EncuestaPublishDialogComponent } from './encuesta-publish-dialog.component';
describe('EncuestaPublishDialogComponent', () => {
let component: EncuestaPublishDialogComponent;
let fixture: ComponentFixture<EncuestaPublishDialogComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [EncuestaPublishDialogComponent],
}).compileComponents();
});
beforeEach(() => {
fixture = TestBed.createComponent(EncuestaPublishDialogComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});