From d0ef879e5f76ce73f28895d4e53a1d45e44ccfd7 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:24:41 +0000 Subject: [PATCH] revert: restore unrelated comment in main.test.ts --- registry/thezoker/modules/nodejs/main.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/registry/thezoker/modules/nodejs/main.test.ts b/registry/thezoker/modules/nodejs/main.test.ts index 876f7122..14f8a066 100644 --- a/registry/thezoker/modules/nodejs/main.test.ts +++ b/registry/thezoker/modules/nodejs/main.test.ts @@ -7,4 +7,6 @@ describe("nodejs", async () => { testRequiredVariables(import.meta.dir, { agent_id: "foo", }); + + // More tests depend on shebang refactors });