summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-03-23 17:12:55 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-03-23 17:12:55 +0000
commit9a006d87004835d1867207def09c9aa4cf7394db (patch)
tree7807b7f4154d8234ef7c3eaabbf890fcfb56e16b /packages
parent3a0bf2f39f784d1b1f54e9fbe6c4df32a2ab67a7 (diff)
downloadopencode-9a006d87004835d1867207def09c9aa4cf7394db.tar.gz
opencode-9a006d87004835d1867207def09c9aa4cf7394db.zip
chore: generate
Diffstat (limited to 'packages')
-rw-r--r--packages/opencode/test/cli/account.test.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/opencode/test/cli/account.test.ts b/packages/opencode/test/cli/account.test.ts
index 3f8196887..d75d7bd25 100644
--- a/packages/opencode/test/cli/account.test.ts
+++ b/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: "[email protected]", url: "https://one.example.com" }, { id: "org-1", name: "One" }, true)),
+ stripAnsi(
+ formatOrgLine({ email: "[email protected]", url: "https://one.example.com" }, { id: "org-1", name: "One" }, true),
+ ),
).toBe(" ● One [email protected] https://one.example.com org-1")
})
})