mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-28 15:46:33 +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
|