Vendor app Client: Maiora
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

13 行
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. });