insight-tcr
Version:
A blockchain explorer for Bitcore
13 lines (9 loc) • 338 B
text/typescript
import { TestBed } from "@angular/core/testing";
import { NetworkService } from "./network.service";
describe('NetworkService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: NetworkService = TestBed.get(NetworkService);
expect(service).toBeTruthy();
});
});