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([ reporter.run([
'run-contract-iterface.js' 'run-contract-interface.js',
'hdnode', 'run-hdnode.js',
'utils', 'run-utils.js',
'wallet', 'run-wallet.js',
]); ]);