UNPKG

fcash-insight

Version:
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(); // }); // });