4ed75b550d5884735dcb6c4127cc947e6560a0a8fadfbc28f755833db4a77ef9.json 2.4 KB

1
  1. {"ast":null,"code":"import { TestBed, async } from '@angular/core/testing';\nimport { MentionsLegalesComponent } from './mentions-legales.component';\ndescribe('MentionsLegalesComponent', () => {\n let component;\n let fixture;\n beforeEach(async(() => {\n TestBed.configureTestingModule({\n declarations: [MentionsLegalesComponent]\n }).compileComponents();\n }));\n beforeEach(() => {\n fixture = TestBed.createComponent(MentionsLegalesComponent);\n component = fixture.componentInstance;\n fixture.detectChanges();\n });\n it('should create', () => {\n expect(component).toBeTruthy();\n });\n});","map":{"version":3,"names":["TestBed","async","MentionsLegalesComponent","describe","component","fixture","beforeEach","configureTestingModule","declarations","compileComponents","createComponent","componentInstance","detectChanges","it","expect","toBeTruthy"],"sources":["C:\\FatboarProject\\angular-client\\src\\app\\components\\shared\\mentions-legales\\mentions-legales.component.spec.ts"],"sourcesContent":["import { ComponentFixture, TestBed, async } from '@angular/core/testing';\r\n\r\nimport { MentionsLegalesComponent } from './mentions-legales.component';\r\n\r\ndescribe('MentionsLegalesComponent', () => {\r\n let component: MentionsLegalesComponent;\r\n let fixture: ComponentFixture<MentionsLegalesComponent>;\r\n\r\n beforeEach(async(() => {\r\n TestBed.configureTestingModule({\r\n declarations: [ MentionsLegalesComponent ]\r\n })\r\n .compileComponents();\r\n }));\r\n\r\n beforeEach(() => {\r\n fixture = TestBed.createComponent(MentionsLegalesComponent);\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,wBAAwB,QAAQ,8BAA8B;AAEvEC,QAAQ,CAAC,0BAA0B,EAAE,MAAK;EACxC,IAAIC,SAAmC;EACvC,IAAIC,OAAmD;EAEvDC,UAAU,CAACL,KAAK,CAAC,MAAK;IACpBD,OAAO,CAACO,sBAAsB,CAAC;MAC7BC,YAAY,EAAE,CAAEN,wBAAwB;KACzC,CAAC,CACDO,iBAAiB,EAAE;EACtB,CAAC,CAAC,CAAC;EAEHH,UAAU,CAAC,MAAK;IACdD,OAAO,GAAGL,OAAO,CAACU,eAAe,CAACR,wBAAwB,CAAC;IAC3DE,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":[]}