UNPKG

vb-insight-ui

Version:

A bitcoin block explorer and AP customized for VB.

18 lines (12 loc) 364 B
// 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(); // }); // });