mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 06:46:24 +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
|