2
0
mirror of synced 2025-02-25 04:25:16 +00:00
ethers.js/tests/index.js

12 lines
208 B
JavaScript
Raw Normal View History

'use strict';
2017-02-24 15:24:11 -05:00
var reporter = require('nodeunit').reporters.default;
reporter.run([
2017-02-27 01:50:17 -05:00
'run-contract-interface.js',
'run-hdnode.js',
2017-03-01 02:26:50 -05:00
'run-providers.js',
2017-02-27 01:50:17 -05:00
'run-utils.js',
'run-wallet.js',
2017-02-24 15:24:11 -05:00
]);