UNPKG

bitcore-node

Version:

A blockchain indexing node with extended capabilities using bitcore

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