summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/shared/services/manifest/manifest.service.spec.ts
blob: a5ad81b1090cce83e1444a9d70ee55ba99cd6738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import { TestBed } from '@angular/core/testing';

import { ManifestService } from './manifest.service';

describe('ManifestService', () => {
  beforeEach(() => TestBed.configureTestingModule({}));

  it('should be created', () => {
    const service: ManifestService = TestBed.get(ManifestService);
    expect(service).toBeTruthy();
  });
});