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); - }); -});