github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/webapp/src/app/guards/auth.guard.spec.ts (about) 1 import { TestBed, inject, waitForAsync } 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 });