diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-23 17:12:55 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-23 17:12:55 +0000 |
| commit | 9a006d87004835d1867207def09c9aa4cf7394db (patch) | |
| tree | 7807b7f4154d8234ef7c3eaabbf890fcfb56e16b | |
| parent | 3a0bf2f39f784d1b1f54e9fbe6c4df32a2ab67a7 (diff) | |
| download | opencode-9a006d87004835d1867207def09c9aa4cf7394db.tar.gz opencode-9a006d87004835d1867207def09c9aa4cf7394db.zip | |
chore: generate
| -rw-r--r-- | packages/opencode/test/cli/account.test.ts | 4 |
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") }) }) |
