Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / _helpers / auth.guard.spec.ts
1 import { TestBed, async, inject } from '@angular/core/testing';
2
3 import { AuthGuard } from './auth.guard';
4
5 describe('AuthGuard', () => {
6   beforeEach(() => {
7     TestBed.configureTestingModule({
8       providers: [AuthGuard]
9     });
10   });
11
12   it('should ...', inject([AuthGuard], (guard: AuthGuard) => {
13     expect(guard).toBeTruthy();
14   }));
15 });