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

import { UserbarService } from './userbar.service';

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

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