Skip to content
Snippets Groups Projects
Commit 83f3f4c7 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Edit AuthServiceMock

parent 49836f70
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,6 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { UserServicesComponent } from './user-services.component';
import { AuthService } from '../../services';
import { of } from 'rxjs';
export class AuthServiceMock {
......@@ -11,6 +12,10 @@ export class AuthServiceMock {
return false;
}
getUserServices() {
return of([]);
}
}
describe('UserServicesComponent', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment