mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-02-05 03:54:02 +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.}
|