@ethersproject/tests
Version:
Testing package for ethers.
15 lines (11 loc) • 330 B
text/typescript
;
import "./test-account";
import "./test-contract";
import "./test-contract-interface";
import "./test-hdnode";
import "./test-providers";
import "./test-utils";
import "./test-wallet";
import "./test-wordlists";
import { LogFunc, Reporter, setLogFunc } from "./reporter";
export { LogFunc, Reporter, setLogFunc }