UNPKG

bitcore-node

Version:

A blockchain indexing node with extended capabilities using bitcore

7 lines (6 loc) 161 B
import {expect} from 'chai'; describe('logger', function(){ it('should have a test which runs', function(){ expect(true).to.equal(true); }); });