summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/shared/services/manifest/manifest.service.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/app/shared/services/manifest/manifest.service.spec.ts')
-rw-r--r--portal-FE-common/src/app/shared/services/manifest/manifest.service.spec.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/portal-FE-common/src/app/shared/services/manifest/manifest.service.spec.ts b/portal-FE-common/src/app/shared/services/manifest/manifest.service.spec.ts
index a5ad81b1..85e6e294 100644
--- a/portal-FE-common/src/app/shared/services/manifest/manifest.service.spec.ts
+++ b/portal-FE-common/src/app/shared/services/manifest/manifest.service.spec.ts
@@ -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);