style: format gateway sigterm test

This commit is contained in:
Peter Steinberger
2026-01-19 16:17:47 +00:00
parent 3690be9419
commit 90ea21536b

View File

@@ -125,7 +125,7 @@ describe("gateway SIGTERM", () => {
"}",
`const runMainUrl = ${JSON.stringify(pathToFileURL(runMainPath).href)};`,
"const { runCli } = await import(runMainUrl);",
"await runCli([process.execPath, \"clawdbot\", ...entryArgs]);",
'await runCli([process.execPath, "clawdbot", ...entryArgs]);',
].join("\n"),
"utf8",
);