Vendor app Client: Maiora
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
323 B

  1. import { TestBed } from '@angular/core/testing';
  2. import { AuthService } from './auth.service';
  3. describe('AuthService', () => {
  4. beforeEach(() => TestBed.configureTestingModule({}));
  5. it('should be created', () => {
  6. const service: AuthService = TestBed.get(AuthService);
  7. expect(service).toBeTruthy();
  8. });
  9. });