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 });