mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 22:13:07 +00:00
* implements * add * fix * eol * rebase * added tests * minor cleanup * errors * Update store.md * fix
13 lines
313 B
Nim
13 lines
313 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_waku_pagination,
|
|
./v2/test_waku_payload,
|
|
./v2/test_rpc_waku,
|
|
./v2/test_waku_swap,
|
|
./v2/test_message_store
|