mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 15:33:08 +00:00
* fixes a bug related to contentTopic type mismatch * adds used pragma to get rid of unused imports warning
10 lines
237 B
Nim
10 lines
237 B
Nim
import
|
|
# Waku v2 tests
|
|
# TODO: enable this when it is altered into a proper waku relay test
|
|
# ./v2/test_waku,
|
|
./v2/test_wakunode,
|
|
./v2/test_waku_store,
|
|
./v2/test_waku_filter,
|
|
./v2/test_rpc_waku,
|
|
./v2/test_waku_pagination
|