mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-19 12:01:02 +00:00
5fe41a76ab
1. rename helpers to testing and expose externally via `import pkg/ethers/testing` 2. Change detection of revert from `EthersError` to `JsonRpcProviderError` 3, Remove catch of `CatchableError` from revert detection as this would swallow errors. Update tests accordingly.
11 lines
211 B
Nim
11 lines
211 B
Nim
import ./testJsonRpcProvider
|
|
import ./testJsonRpcSigner
|
|
import ./testContracts
|
|
import ./testReturns
|
|
import ./testEnums
|
|
import ./testEvents
|
|
import ./testWallet
|
|
import ./testTesting
|
|
|
|
{.warning[UnusedImport]:off.}
|