From 6f540acebcaee7a91e6d650aa64ad97155c66cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=B5=B7?= Date: Fri, 15 May 2020 21:01:10 +0800 Subject: [PATCH] delete test files --- index/src/app/api/api.service.spec.ts | 12 ------------ index/src/app/api/http/http.service.spec.ts | 15 --------------- 2 files changed, 27 deletions(-) delete mode 100644 index/src/app/api/api.service.spec.ts delete mode 100644 index/src/app/api/http/http.service.spec.ts diff --git a/index/src/app/api/api.service.spec.ts b/index/src/app/api/api.service.spec.ts deleted file mode 100644 index 3a0e7b5..0000000 --- a/index/src/app/api/api.service.spec.ts +++ /dev/null @@ -1,12 +0,0 @@ -import {TestBed} from '@angular/core/testing'; - -import {ApiService} from './api.service'; - -describe('ApiService', () => { - beforeEach(() => TestBed.configureTestingModule({})); - - it('should be created', () => { - const service: ApiService = TestBed.get(ApiService); - expect(service).toBeTruthy(); - }); -}); diff --git a/index/src/app/api/http/http.service.spec.ts b/index/src/app/api/http/http.service.spec.ts deleted file mode 100644 index 1cc7c7a..0000000 --- a/index/src/app/api/http/http.service.spec.ts +++ /dev/null @@ -1,15 +0,0 @@ -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); - }); -});