mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-25 10:45:21 +00:00
12 lines
221 B
Nim
12 lines
221 B
Nim
{. warning[UnusedImport]:off .}
|
|
|
|
import
|
|
../json_rpc/clients/config
|
|
|
|
import
|
|
testrpcmacro, testethcalls, testhttp, testserverclient
|
|
|
|
when not useNews:
|
|
# The proxy implementation is based on websock
|
|
import testproxy
|