dbd130bb22e54dc3a29cb85e9069c168ced92573f65ba108de0ab957c13c3ea0.json 2.3 KB

1
  1. {"ast":null,"code":"import { TestBed, async } from '@angular/core/testing';\nimport { EmailFormComponent } from './email-form.component';\ndescribe('EmailFormComponent', () => {\n let component;\n let fixture;\n beforeEach(async(() => {\n TestBed.configureTestingModule({\n declarations: [EmailFormComponent]\n }).compileComponents();\n }));\n beforeEach(() => {\n fixture = TestBed.createComponent(EmailFormComponent);\n component = fixture.componentInstance;\n fixture.detectChanges();\n });\n it('should create', () => {\n expect(component).toBeTruthy();\n });\n});","map":{"version":3,"names":["TestBed","async","EmailFormComponent","describe","component","fixture","beforeEach","configureTestingModule","declarations","compileComponents","createComponent","componentInstance","detectChanges","it","expect","toBeTruthy"],"sources":["C:\\FatboarProject\\angular-client\\src\\app\\components\\admin\\emailing\\email-form\\email-form.component.spec.ts"],"sourcesContent":["import { ComponentFixture, TestBed, async } from '@angular/core/testing';\r\n\r\nimport { EmailFormComponent } from './email-form.component';\r\n\r\ndescribe('EmailFormComponent', () => {\r\n let component: EmailFormComponent;\r\n let fixture: ComponentFixture<EmailFormComponent>;\r\n\r\n beforeEach(async(() => {\r\n TestBed.configureTestingModule({\r\n declarations: [ EmailFormComponent ]\r\n })\r\n .compileComponents();\r\n }));\r\n\r\n beforeEach(() => {\r\n fixture = TestBed.createComponent(EmailFormComponent);\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,kBAAkB,QAAQ,wBAAwB;AAE3DC,QAAQ,CAAC,oBAAoB,EAAE,MAAK;EAClC,IAAIC,SAA6B;EACjC,IAAIC,OAA6C;EAEjDC,UAAU,CAACL,KAAK,CAAC,MAAK;IACpBD,OAAO,CAACO,sBAAsB,CAAC;MAC7BC,YAAY,EAAE,CAAEN,kBAAkB;KACnC,CAAC,CACDO,iBAAiB,EAAE;EACtB,CAAC,CAAC,CAAC;EAEHH,UAAU,CAAC,MAAK;IACdD,OAAO,GAAGL,OAAO,CAACU,eAAe,CAACR,kBAAkB,CAAC;IACrDE,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":[]}