Fixed the test cases,added sonar config
[portal.git] / portal-FE-common / src / app / shared / services / manifest / manifest.service.spec.ts
index a5ad81b..85e6e29 100644 (file)
@@ -1,9 +1,10 @@
 import { TestBed } from '@angular/core/testing';
 
 import { ManifestService } from './manifest.service';
+import { HttpClientTestingModule } from '@angular/common/http/testing';
 
 describe('ManifestService', () => {
-  beforeEach(() => TestBed.configureTestingModule({}));
+  beforeEach(() => TestBed.configureTestingModule({imports:[HttpClientTestingModule]}));
 
   it('should be created', () => {
     const service: ManifestService = TestBed.get(ManifestService);