1 import { TestBed } from '@angular/core/testing';
3 import { HeadertabsService } from './headertabs.service';
5 describe('HeadertabsService', () => {
6 beforeEach(() => TestBed.configureTestingModule({}));
8 it('should be created', () => {
9 const service: HeadertabsService = TestBed.get(HeadertabsService);
10 expect(service).toBeTruthy();