| 1 |
- {"ast":null,"code":"import { TestBed, async } from '@angular/core/testing';\nimport { EditProfilInfoUserComponent } from './edit-profil-info-user.component';\ndescribe('EditProfilInfoUserComponent', () => {\n let component;\n let fixture;\n beforeEach(async(() => {\n TestBed.configureTestingModule({\n declarations: [EditProfilInfoUserComponent]\n }).compileComponents();\n }));\n beforeEach(() => {\n fixture = TestBed.createComponent(EditProfilInfoUserComponent);\n component = fixture.componentInstance;\n fixture.detectChanges();\n });\n it('should create', () => {\n expect(component).toBeTruthy();\n });\n});","map":{"version":3,"names":["TestBed","async","EditProfilInfoUserComponent","describe","component","fixture","beforeEach","configureTestingModule","declarations","compileComponents","createComponent","componentInstance","detectChanges","it","expect","toBeTruthy"],"sources":["C:\\FatboarProject\\angular-client\\src\\app\\components\\auth\\profil\\edit-profil-info-user\\edit-profil-info-user.component.spec.ts"],"sourcesContent":["import { ComponentFixture, TestBed, async } from '@angular/core/testing';\r\n\r\nimport { EditProfilInfoUserComponent } from './edit-profil-info-user.component';\r\n\r\ndescribe('EditProfilInfoUserComponent', () => {\r\n let component: EditProfilInfoUserComponent;\r\n let fixture: ComponentFixture<EditProfilInfoUserComponent>;\r\n\r\n beforeEach(async(() => {\r\n TestBed.configureTestingModule({\r\n declarations: [ EditProfilInfoUserComponent ]\r\n })\r\n .compileComponents();\r\n }));\r\n\r\n beforeEach(() => {\r\n fixture = TestBed.createComponent(EditProfilInfoUserComponent);\r\n component = fixture.componentInstance;\r\n fixture.detectChanges();\r\n });\r\n\r\n it('should create', () => {\r\n expect(component).toBeTruthy();\r\n });\r\n});\r\n"],"mappings":"AAAA,SAA2BA,OAAO,EAAEC,KAAK,QAAQ,uBAAuB;AAExE,SAASC,2BAA2B,QAAQ,mCAAmC;AAE/EC,QAAQ,CAAC,6BAA6B,EAAE,MAAK;EAC3C,IAAIC,SAAsC;EAC1C,IAAIC,OAAsD;EAE1DC,UAAU,CAACL,KAAK,CAAC,MAAK;IACpBD,OAAO,CAACO,sBAAsB,CAAC;MAC7BC,YAAY,EAAE,CAAEN,2BAA2B;KAC5C,CAAC,CACDO,iBAAiB,EAAE;EACtB,CAAC,CAAC,CAAC;EAEHH,UAAU,CAAC,MAAK;IACdD,OAAO,GAAGL,OAAO,CAACU,eAAe,CAACR,2BAA2B,CAAC;IAC9DE,SAAS,GAAGC,OAAO,CAACM,iBAAiB;IACrCN,OAAO,CAACO,aAAa,EAAE;EACzB,CAAC,CAAC;EAEFC,EAAE,CAAC,eAAe,EAAE,MAAK;IACvBC,MAAM,CAACV,SAAS,CAAC,CAACW,UAAU,EAAE;EAChC,CAAC,CAAC;AACJ,CAAC,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}
|