github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/webapp/src/app/services/auth.service.spec.ts (about)

     1  import { TestBed, inject } from '@angular/core/testing';
     2  
     3  import { AuthService } from './auth.service';
     4  
     5  describe('AuthService', () => {
     6    beforeEach(() => {
     7      TestBed.configureTestingModule({
     8        providers: [AuthService]
     9      });
    10    });
    11  
    12    it('should be created', inject([AuthService], (service: AuthService) => {
    13      expect(service).toBeTruthy();
    14    }));
    15  });