91a1e97ea6661ea90fe386592be2403ebc0aed20
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / _services / authentication.service.spec.ts
1 import { TestBed } from '@angular/core/testing';
2
3 import { AuthenticationService } from './authentication.service';
4
5 describe('AuthenticationService', () => {
6   beforeEach(() => TestBed.configureTestingModule({}));
7
8   it('should be created', () => {
9     const service: AuthenticationService = TestBed.get(AuthenticationService);
10     expect(service).toBeTruthy();
11   });
12 });