重构界面ui
This commit is contained in:
15
index/src/app/api/http/http.service.spec.ts
Normal file
15
index/src/app/api/http/http.service.spec.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import {TestBed} from '@angular/core/testing';
|
||||
|
||||
import {HttpService} from './http.service';
|
||||
|
||||
describe('HttpService', () => {
|
||||
beforeEach(() => TestBed.configureTestingModule({}));
|
||||
|
||||
it('should be created', () => {
|
||||
const service: HttpService = TestBed.get(HttpService);
|
||||
expect(service).toBeTruthy();
|
||||
});
|
||||
it('should be valid', () => {
|
||||
const service: HttpService = TestBed.get(HttpService);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user