opencode-agent[bot] 4 mesiacov pred
rodič
commit
9a006d8700

+ 3 - 1
packages/opencode/test/cli/account.test.ts

@@ -18,7 +18,9 @@ describe("console account display", () => {
 
   test("includes the account url in org rows", () => {
     expect(
-      stripAnsi(formatOrgLine({ email: "one@example.com", url: "https://one.example.com" }, { id: "org-1", name: "One" }, true)),
+      stripAnsi(
+        formatOrgLine({ email: "one@example.com", url: "https://one.example.com" }, { id: "org-1", name: "One" }, true),
+      ),
     ).toBe("  ● One  one@example.com  https://one.example.com  org-1")
   })
 })