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