nim-ethers/testmodule/test.nim

9 lines
170 B
Nim

import ./testJsonRpcProvider
import ./testJsonRpcSigner
import ./testContracts
import ./testReturns
import ./testEnums
import ./testEvents
{.warning[UnusedImport]:off.}