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

import { UtilsService } from './utils.service';

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

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