insight-tcr
Version:
A blockchain explorer for Bitcore
13 lines (9 loc) • 318 B
text/typescript
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();
});
});