New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / @core-xds / services / config.service.spec.ts
1 import { TestBed, inject } from '@angular/core/testing';
2
3 import { ConfigService } from './config.service';
4
5 describe('ConfigService', () => {
6   beforeEach(() => {
7     TestBed.configureTestingModule({
8       providers: [ConfigService]
9     });
10   });
11
12   it('should be created', inject([ConfigService], (service: ConfigService) => {
13     expect(service).toBeTruthy();
14   }));
15 });