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