delete test files
This commit is contained in:
@@ -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();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -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);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user