|
|
@@ -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")
|
|
|
})
|
|
|
})
|