Fixed umbrella test harness.

This commit is contained in:
ricmoo 2017-02-27 01:50:17 -05:00
parent 7d11687f15
commit 90f27da293

View File

@ -12,9 +12,10 @@ module.exports = {};
}
});
*/
reporter.run([
'run-contract-iterface.js'
'hdnode',
'utils',
'wallet',
'run-contract-interface.js',
'run-hdnode.js',
'run-utils.js',
'run-wallet.js',
]);