chore: format with prettier [skip ci]

This commit is contained in:
github-actions[bot] 2026-07-02 13:42:21 +00:00 committed by swyam sharma
parent a1438c9dba
commit 00fff21034
1 changed files with 1 additions and 3 deletions

View File

@ -85,9 +85,7 @@ describe("report problem drafts", () => {
it("builds copy handoff destinations for GitHub, Discord, and email", () => {
const github = new URL(reportProblemDestinationUrl(completeInput, diagnostics, "github"));
expect(`${github.origin}${github.pathname}`).toBe(
"https://github.com/AgentWrapper/agent-orchestrator/issues/new",
);
expect(`${github.origin}${github.pathname}`).toBe("https://github.com/AgentWrapper/agent-orchestrator/issues/new");
expect(github.searchParams.get("title")).toBe("Terminal keeps reconnecting after daemon restart");
expect(github.searchParams.get("body")).toContain("[redacted-local-path]");
expect(github.searchParams.get("body")).toContain("[redacted-local-url]");