c3c11f9a4eb4b2b12d3cda6d366be445e00354bcee3f2e7a2fec433ba84263b1.json 2.3 KB

1
  1. {"ast":null,"code":"import { TestBed, async } from '@angular/core/testing';\nimport { UsersDetailsComponent } from './users-details.component';\ndescribe('UsersDetailsComponent', () => {\n let component;\n let fixture;\n beforeEach(async(() => {\n TestBed.configureTestingModule({\n declarations: [UsersDetailsComponent]\n }).compileComponents();\n }));\n beforeEach(() => {\n fixture = TestBed.createComponent(UsersDetailsComponent);\n component = fixture.componentInstance;\n fixture.detectChanges();\n });\n it('should create', () => {\n expect(component).toBeTruthy();\n });\n});","map":{"version":3,"names":["TestBed","async","UsersDetailsComponent","describe","component","fixture","beforeEach","configureTestingModule","declarations","compileComponents","createComponent","componentInstance","detectChanges","it","expect","toBeTruthy"],"sources":["C:\\FatboarProject\\angular-client\\src\\app\\components\\admin\\users\\users-details\\users-details.component.spec.ts"],"sourcesContent":["import { ComponentFixture, TestBed, async } from '@angular/core/testing';\r\n\r\nimport { UsersDetailsComponent } from './users-details.component';\r\n\r\ndescribe('UsersDetailsComponent', () => {\r\n let component: UsersDetailsComponent;\r\n let fixture: ComponentFixture<UsersDetailsComponent>;\r\n\r\n beforeEach(async(() => {\r\n TestBed.configureTestingModule({\r\n declarations: [ UsersDetailsComponent ]\r\n })\r\n .compileComponents();\r\n }));\r\n\r\n beforeEach(() => {\r\n fixture = TestBed.createComponent(UsersDetailsComponent);\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,qBAAqB,QAAQ,2BAA2B;AAEjEC,QAAQ,CAAC,uBAAuB,EAAE,MAAK;EACrC,IAAIC,SAAgC;EACpC,IAAIC,OAAgD;EAEpDC,UAAU,CAACL,KAAK,CAAC,MAAK;IACpBD,OAAO,CAACO,sBAAsB,CAAC;MAC7BC,YAAY,EAAE,CAAEN,qBAAqB;KACtC,CAAC,CACDO,iBAAiB,EAAE;EACtB,CAAC,CAAC,CAAC;EAEHH,UAAU,CAAC,MAAK;IACdD,OAAO,GAAGL,OAAO,CAACU,eAAe,CAACR,qBAAqB,CAAC;IACxDE,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":[]}