fcash-insight
Version:
A bitcoin block explorer and API.
18 lines (12 loc) • 364 B
text/typescript
// import { BlocksService } from './blocksService';
// import { Block } from '../models';
// import { TestUtils } from '../test';
// let blocks: BlocksService = null;
// describe('BlocksService', () => {
// beforeEach(() => {
// blocks = new BlocksService();
// });
// it('initializes', () => {
// expect(blocks).not.toBeNull();
// });
// });