mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
10 lines
214 B
Nim
10 lines
214 B
Nim
{.used.}
|
|
|
|
# Waku common test suite
|
|
import
|
|
./common/test_envvar_serialization,
|
|
./common/test_confutils_envvar,
|
|
./common/test_protobuf_validation,
|
|
./common/test_enr_builder,
|
|
./common/test_sqlite_migrations
|