| 1 |
- {"ast":null,"code":"import { TestBed } from '@angular/core/testing';\nimport { JwtInterceptor } from './jwt.interceptor';\ndescribe('JwtInterceptor', () => {\n beforeEach(() => TestBed.configureTestingModule({\n providers: [JwtInterceptor]\n }));\n it('should be created', () => {\n const interceptor = TestBed.inject(JwtInterceptor);\n expect(interceptor).toBeTruthy();\n });\n});","map":{"version":3,"names":["TestBed","JwtInterceptor","describe","beforeEach","configureTestingModule","providers","it","interceptor","inject","expect","toBeTruthy"],"sources":["C:\\FatboarProject\\angular-client\\src\\app\\interceptors\\jwt.interceptor.spec.ts"],"sourcesContent":["import { TestBed } from '@angular/core/testing';\r\n\r\nimport { JwtInterceptor } from './jwt.interceptor';\r\n\r\ndescribe('JwtInterceptor', () => {\r\n beforeEach(() => TestBed.configureTestingModule({\r\n providers: [\r\n JwtInterceptor\r\n ]\r\n }));\r\n\r\n it('should be created', () => {\r\n const interceptor: JwtInterceptor = TestBed.inject(JwtInterceptor);\r\n expect(interceptor).toBeTruthy();\r\n });\r\n});\r\n"],"mappings":"AAAA,SAASA,OAAO,QAAQ,uBAAuB;AAE/C,SAASC,cAAc,QAAQ,mBAAmB;AAElDC,QAAQ,CAAC,gBAAgB,EAAE,MAAK;EAC9BC,UAAU,CAAC,MAAMH,OAAO,CAACI,sBAAsB,CAAC;IAC9CC,SAAS,EAAE,CACTJ,cAAc;GAEjB,CAAC,CAAC;EAEHK,EAAE,CAAC,mBAAmB,EAAE,MAAK;IAC3B,MAAMC,WAAW,GAAmBP,OAAO,CAACQ,MAAM,CAACP,cAAc,CAAC;IAClEQ,MAAM,CAACF,WAAW,CAAC,CAACG,UAAU,EAAE;EAClC,CAAC,CAAC;AACJ,CAAC,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}
|