revert: restore unrelated comment in main.test.ts

This commit is contained in:
blink-so[bot] 2026-03-19 13:24:41 +00:00
parent 872fdbcf35
commit d0ef879e5f

View File

@ -7,4 +7,6 @@ describe("nodejs", async () => {
testRequiredVariables(import.meta.dir, { testRequiredVariables(import.meta.dir, {
agent_id: "foo", agent_id: "foo",
}); });
// More tests depend on shebang refactors
}); });