ethers.js/packages/tests/lib/index.js
2020-08-27 22:04:58 -04:00

14 lines
462 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("./test-account");
require("./test-contract");
require("./test-contract-interface");
require("./test-hdnode");
require("./test-providers");
require("./test-utils");
require("./test-wallet");
require("./test-wordlists");
var reporter_1 = require("./reporter");
exports.Reporter = reporter_1.Reporter;
exports.setLogFunc = reporter_1.setLogFunc;
//# sourceMappingURL=index.js.map