Formatting of test data and docs.

This commit is contained in:
Braydon Fuller 2015-07-09 13:30:40 -04:00
parent e0376d373d
commit 08c3e188e7
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,8 @@
'use strict';
// These tests require a fully synced Bitcore Code data directory.
// To run the tests: $ mocha -R spec index.js
var chai = require('chai');
var bitcore = require('bitcore');
var bitcoind;

File diff suppressed because one or more lines are too long