From b502ad2393f5682df5ed5ee9dbcf414e2fa20bc1 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 10 Aug 2026 22:42:25 +0300 Subject: [PATCH] test community destination links --- nix/tests/module.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nix/tests/module.nix b/nix/tests/module.nix index 5561d17..1a53a53 100644 --- a/nix/tests/module.nix +++ b/nix/tests/module.nix @@ -72,5 +72,14 @@ pkgs.runCommand "tide-module-test" { } '' ${pkgs.gnugrep}/bin/grep -F \ "https://discourse.torahimderecheretz.com" \ ${landingPage}/index.html + ${pkgs.gnugrep}/bin/grep -F \ + "https://torah-im-derech-eretz.blogspot.com/" \ + ${landingPage}/index.html + ${pkgs.gnugrep}/bin/grep -F \ + "https://tide613.substack.com/" \ + ${landingPage}/index.html + ${pkgs.gnugrep}/bin/grep -F \ + "https://chat.whatsapp.com/FLdSwkdiChA9wvXxooUV9K" \ + ${landingPage}/index.html touch "$out" ''