mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-27 07:35:17 +00:00
74f15fca9c
Currently only errors without arguments
14 lines
277 B
Nim
14 lines
277 B
Nim
import ./testProviders
|
|
import ./testContracts
|
|
import ./testReturns
|
|
import ./testEnums
|
|
import ./testEvents
|
|
import ./testWallet
|
|
import ./testTesting
|
|
import ./testErc20
|
|
import ./testGasEstimation
|
|
import ./testErrorDecoding
|
|
import ./testCustomErrors
|
|
|
|
{.warning[UnusedImport]:off.}
|