From ad921585574edf0aa4c1288c0615090bc0bbb391 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Tue, 22 Apr 2025 19:04:52 +0200 Subject: [PATCH] chore: add js-waku link to readme for interop tests (#3383) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9b6dba4a4..057d0b622 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,9 @@ Binary will be created as `.bin` under the `build` d make test/tests/common/test_enr_builder.nim ``` +### Testing against `js-waku` +Refer to [js-waku repo](https://github.com/waku-org/js-waku/tree/master/packages/tests) for instructions. + ## Formatting Nim files are expected to be formatted using the [`nph`](https://github.com/arnetheduck/nph) version present in `vendor/nph`.