mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-13 16:25:00 +00:00
e861317209
* chore: remove deprecated legacy filter protocol * fix: do not use legacy import in test * fix: remove legacy test references * fix: more test fixes, starting filter client * fix: sigh. more references to remove. * fix: fix dereferencing error * fix: fix merge mess up * fix: sigh. merge tool used tabs. * fix: more peer manager tests needed fixing --------- Co-authored-by: Hanno Cornelius <hanno@status.im> Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
14 lines
242 B
Nim
14 lines
242 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_rest_debug_serdes,
|
|
./test_rest_debug,
|
|
./test_rest_filter,
|
|
./test_rest_health,
|
|
./test_rest_relay_serdes,
|
|
./test_rest_relay,
|
|
./test_rest_serdes,
|
|
./test_rest_store,
|
|
./test_rest_admin,
|
|
./test_rest_cors
|