nim-ethers/testmodule/test.nim

5 lines
83 B
Nim
Raw Normal View History

2022-01-18 10:40:07 +00:00
import ./testJsonRpcProvider
2022-01-20 11:56:18 +00:00
import ./testContracts
2022-01-18 10:40:07 +00:00
2022-01-17 16:04:14 +00:00
{.warning[UnusedImport]:off.}