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

import { GetAccessService } from './get-access.service';

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

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