| 1234567891011121314151617 | 
							- import { ComponentFixture, TestBed } from '@angular/core/testing';
 
- import { EditInfoPage } from './edit-info.page';
 
- describe('EditInfoPage', () => {
 
-   let component: EditInfoPage;
 
-   let fixture: ComponentFixture<EditInfoPage>;
 
-   beforeEach(() => {
 
-     fixture = TestBed.createComponent(EditInfoPage);
 
-     component = fixture.componentInstance;
 
-     fixture.detectChanges();
 
-   });
 
-   it('should create', () => {
 
-     expect(component).toBeTruthy();
 
-   });
 
- });
 
 
  |