mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-26 23:02:30 +00:00
7de91599d4
* 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
|