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