'use strict'; var should = require('chai').should(); var sinon = require('sinon'); describe('#start', function() { before(function() { // setup testing directories }); after(function() { // cleanup testing directories }); describe('will dynamically create a node from a configuration', function() { it('require each bitcore-node module', function() { }); it('create an instance of node with modules enabled', function() { }); }); });