85e6e2948fd42a520045ff93b0cf359a450108d6
[portal.git] / portal-FE-common / src / app / shared / services / manifest / manifest.service.spec.ts
1 import { TestBed } from '@angular/core/testing';
2
3 import { ManifestService } from './manifest.service';
4 import { HttpClientTestingModule } from '@angular/common/http/testing';
5
6 describe('ManifestService', () => {
7   beforeEach(() => TestBed.configureTestingModule({imports:[HttpClientTestingModule]}));
8
9   it('should be created', () => {
10     const service: ManifestService = TestBed.get(ManifestService);
11     expect(service).toBeTruthy();
12   });
13 });